mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
qtmux: Remove some unused variables
This commit is contained in:
parent
ebdaca603c
commit
e66d75ec87
2 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue