summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-05-13 21:17:09 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-05-13 21:17:09 +0000
commit879898597b3e880fb9911a720375275b9b19bce3 (patch)
treeaafb845a41cf112316faf1855c9882a6e7b2d2f0
parent1a3339f12f27f8cd5c8b15b2b42ecfa7963b8f21 (diff)
downloadxine-lib-879898597b3e880fb9911a720375275b9b19bce3.tar.gz
xine-lib-879898597b3e880fb9911a720375275b9b19bce3.tar.bz2
set the pts on all buffers so the binary codec can be fed with the correct timestamp for all frames
CVS patchset: 6531 CVS date: 2004/05/13 21:17:09
-rw-r--r--src/demuxers/demux_real.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c
index cc61387ef..10a9fef8f 100644
--- a/src/demuxers/demux_real.c
+++ b/src/demuxers/demux_real.c
@@ -31,7 +31,7 @@
*
* Based on FFmpeg's libav/rm.c.
*
- * $Id: demux_real.c,v 1.95 2004/03/14 21:37:52 jstembridge Exp $
+ * $Id: demux_real.c,v 1.96 2004/05/13 21:17:09 jstembridge Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1144,7 +1144,6 @@ static int demux_real_send_chunk(demux_plugin_t *this_gen) {
}
buf->pts = pts;
- pts = 0;
buf->extra_info->input_pos = this->input->get_current_pos(this->input);
buf->extra_info->input_length = input_length;