qtmux: Remove unused variable.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 25 Jun 2009 06:38:21 +0000 (08:38 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:12 +0000 (20:32 +0100)
gst/quicktime/atoms.c

index 29859d0..ad3e010 100644 (file)
@@ -3004,14 +3004,11 @@ build_esds_extension (AtomTRAK * trak, guint8 object_type, guint8 stream_type,
 AtomInfo *
 build_mov_aac_extension (AtomTRAK * trak, const GstBuffer * codec_data)
 {
-  guint32 track_id;
   AtomWAVE *wave;
   AtomFRMA *frma;
   Atom *ext_atom;
   GstBuffer *buf;
 
-  track_id = trak->tkhd.track_ID;
-
   /* Add WAVE atom to the MP4A sample table entry */
   wave = atom_wave_new ();