summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/demuxers/demux_real.c5
1 files changed, 3 insertions, 2 deletions
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);