From f32ff1b1bdf6d7362e254e6a53e1efe8f51d0547 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Sun, 8 Feb 2004 18:39:50 +0000 Subject: Fix breakage from last commit CVS patchset: 6124 CVS date: 2004/02/08 18:39:50 --- src/demuxers/demux_real.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index c09852473..c722f6d7f 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.92 2004/02/05 00:04:23 jstembridge Exp $ + * $Id: demux_real.c,v 1.93 2004/02/08 18:39:50 jstembridge Exp $ */ #ifdef HAVE_CONFIG_H @@ -1058,7 +1058,8 @@ static int demux_real_send_chunk(demux_plugin_t *this_gen) { buf->size = 0; buf->type = this->video_stream->buf_type; - xine_fast_memcpy(buf->decoder_info_ptr[2], this->fragment_tab, buf->size); + xine_fast_memcpy(buf->decoder_info_ptr[2], this->fragment_tab, + this->fragment_count*8); this->video_fifo->put(this->video_fifo, buf); -- cgit v1.2.3