qtmux: Remove some unused variables

This commit is contained in:
Sebastian Dröge 2017-03-23 17:53:19 +02:00
parent ebdaca603c
commit e66d75ec87
2 changed files with 0 additions and 6 deletions

View file

@ -519,9 +519,6 @@ gst_qt_mux_pad_reset (GstQTPad * qtpad)
qtpad->total_bytes = 0;
qtpad->sparse = FALSE;
qtpad->buf_head = 0;
qtpad->buf_tail = 0;
gst_buffer_replace (&qtpad->last_buf, NULL);
if (qtpad->tags) {

View file

@ -117,9 +117,6 @@ struct _GstQTPad
GstClockTime first_ts;
GstClockTime first_dts;
guint buf_head;
guint buf_tail;
/* all the atom and chunk book-keeping is delegated here
* unowned/uncounted reference, parent MOOV owns */
AtomTRAK *trak;