mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
qtdemux: fix chunk counter
This commit is contained in:
parent
17630760f4
commit
48615d5e98
1 changed files with 1 additions and 0 deletions
|
@ -4327,6 +4327,7 @@ qtdemux_parse_samples (GstQTDemux * qtdemux, QtDemuxStream * stream, guint32 n)
|
|||
/* save state */
|
||||
stream->stsc_sample_index = k + 1;
|
||||
stream->chunk_offset = chunk_offset;
|
||||
stream->stsc_chunk_index = j;
|
||||
goto done2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue