summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-06-25 08:38:21 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-06-25 08:38:21 +0200
commit1bb23517feced9fb3dddf702e93391c3a969fbf2 (patch)
tree3c9da72eee274716663217c2773274cfe6313d4c
parentd6ff39bb35d7089ed04d47261d2e6b6f9ada3bf7 (diff)
downloadgst-plugins-bad-1bb23517feced9fb3dddf702e93391c3a969fbf2.tar.gz
gst-plugins-bad-1bb23517feced9fb3dddf702e93391c3a969fbf2.tar.bz2
gst-plugins-bad-1bb23517feced9fb3dddf702e93391c3a969fbf2.zip
qtmux: Remove unused variable.
-rw-r--r--gst/qtmux/atoms.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/qtmux/atoms.c b/gst/qtmux/atoms.c
index 29859d00..ad3e0108 100644
--- a/gst/qtmux/atoms.c
+++ b/gst/qtmux/atoms.c
@@ -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 ();