qtdemux: Fix compilation
This commit is contained in:
parent
593a31f2b4
commit
38946bd9f4
@ -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…
x
Reference in New Issue
Block a user