qtmux: Remove some unused variables
This commit is contained in:
parent
ebdaca603c
commit
e66d75ec87
@ -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) {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user