mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
remove unused var
Original commit message from CVS: remove unused var
This commit is contained in:
parent
577775354d
commit
b5f16563f7
1 changed files with 0 additions and 4 deletions
|
@ -2328,7 +2328,6 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||
}
|
||||
}
|
||||
} else {
|
||||
int sample_width;
|
||||
guint64 timestamp = 0;
|
||||
|
||||
GST_DEBUG_OBJECT (qtdemux,
|
||||
|
@ -2345,9 +2344,6 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak)
|
|||
samples = g_malloc (sizeof (QtDemuxSample) * n_samples);
|
||||
stream->samples = samples;
|
||||
|
||||
sample_width = QTDEMUX_GUINT16_GET (stsd->data + offset + 10) / 8;
|
||||
GST_DEBUG_OBJECT (qtdemux, "sample_width %d", sample_width);
|
||||
|
||||
n_samples_per_chunk = QTDEMUX_GUINT32_GET (stsc->data + 12);
|
||||
GST_DEBUG_OBJECT (qtdemux, "n_samples_per_chunk %d", n_samples_per_chunk);
|
||||
offset = 16;
|
||||
|
|
Loading…
Reference in a new issue