mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +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;
|
diff = cstart - start;
|
||||||
if (diff > 0) {
|
if (diff > 0) {
|
||||||
pts += diff;
|
pts += diff;
|
||||||
dts += diff;
|
|
||||||
duration -= diff;
|
duration -= diff;
|
||||||
|
|
||||||
if (clip_data) {
|
if (clip_data) {
|
||||||
|
|
Loading…
Reference in a new issue