mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
qtdemux: Fix compilation
This commit is contained in:
parent
593a31f2b4
commit
38946bd9f4
1 changed files with 0 additions and 1 deletions
|
@ -3829,7 +3829,6 @@ gst_qtdemux_clip_buffer (GstQTDemux * qtdemux, QtDemuxStream * stream,
|
|||
diff = cstart - start;
|
||||
if (diff > 0) {
|
||||
pts += diff;
|
||||
dts += diff;
|
||||
duration -= diff;
|
||||
|
||||
if (clip_data) {
|
||||
|
|
Loading…
Reference in a new issue