From 38946bd9f4f4e96b7dac287210c76c24d3546ba7 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 6 Aug 2013 15:28:50 +0200 Subject: [PATCH] qtdemux: Fix compilation --- gst/isomp4/qtdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 3f07479c4c..e3058e53e2 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -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) {