mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
qtmux: Remove unused variable.
This commit is contained in:
parent
430953e8d2
commit
ac88adca6e
1 changed files with 0 additions and 3 deletions
|
@ -3004,14 +3004,11 @@ build_esds_extension (AtomTRAK * trak, guint8 object_type, guint8 stream_type,
|
||||||
AtomInfo *
|
AtomInfo *
|
||||||
build_mov_aac_extension (AtomTRAK * trak, const GstBuffer * codec_data)
|
build_mov_aac_extension (AtomTRAK * trak, const GstBuffer * codec_data)
|
||||||
{
|
{
|
||||||
guint32 track_id;
|
|
||||||
AtomWAVE *wave;
|
AtomWAVE *wave;
|
||||||
AtomFRMA *frma;
|
AtomFRMA *frma;
|
||||||
Atom *ext_atom;
|
Atom *ext_atom;
|
||||||
GstBuffer *buf;
|
GstBuffer *buf;
|
||||||
|
|
||||||
track_id = trak->tkhd.track_ID;
|
|
||||||
|
|
||||||
/* Add WAVE atom to the MP4A sample table entry */
|
/* Add WAVE atom to the MP4A sample table entry */
|
||||||
wave = atom_wave_new ();
|
wave = atom_wave_new ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue