From 879898597b3e880fb9911a720375275b9b19bce3 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Thu, 13 May 2004 21:17:09 +0000 Subject: 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 --- src/demuxers/demux_real.c | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3