qtmux: Remove some unused variables
authorSebastian Dröge <sebastian@centricular.com>
Thu, 23 Mar 2017 15:53:19 +0000 (17:53 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 23 Mar 2017 15:53:54 +0000 (17:53 +0200)
gst/isomp4/gstqtmux.c
gst/isomp4/gstqtmux.h

index cd87893..29a86fd 100644 (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) {
index e18b5a1..bfe7405 100644 (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;