summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-02-19 03:07:55 +0000
committerMike Melanson <mike@multimedia.cx>2003-02-19 03:07:55 +0000
commit2028694656d9de7660d81ba719b02b3c02532b67 (patch)
treeb3dabe4e1e85d3788d3a847f12948dafb89dd2ca
parent9e702829223eafbdd54054bc79ffb881f3343822 (diff)
downloadxine-lib-2028694656d9de7660d81ba719b02b3c02532b67.tar.gz
xine-lib-2028694656d9de7660d81ba719b02b3c02532b67.tar.bz2
always issue BUF_FLAG_SEEK when sending a new pts
CVS patchset: 4200 CVS date: 2003/02/19 03:07:55
-rw-r--r--src/demuxers/demux_qt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 0a23806c8..996b5aaa8 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -30,7 +30,7 @@
* build_frame_table
* free_qt_info
*
- * $Id: demux_qt.c,v 1.147 2003/02/17 17:53:23 tmmm Exp $
+ * $Id: demux_qt.c,v 1.148 2003/02/19 03:07:55 tmmm Exp $
*
*/
@@ -1727,11 +1727,11 @@ static int demux_qt_send_chunk(demux_plugin_t *this_gen) {
if (audio_trak)
xine_demux_control_newpts(this->stream,
audio_trak->frames[audio_trak->current_frame].pts,
- audio_trak->frames[audio_trak->current_frame].pts ? BUF_FLAG_SEEK : 0);
+ BUF_FLAG_SEEK);
else
xine_demux_control_newpts(this->stream,
video_trak->frames[video_trak->current_frame].pts,
- video_trak->frames[video_trak->current_frame].pts ? BUF_FLAG_SEEK : 0);
+ BUF_FLAG_SEEK);
}
/* Decide the trak from which to dispatch a frame. Policy: Dispatch