summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-01-30 17:17:03 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-01-30 17:17:03 +0000
commit26d3ba90669ba9e88a666d203ce1be6c99242940 (patch)
tree547dea7b6277de27ded1b6ed633cd4b83232bb7b
parent7cf9f67c3d56617db8f7348a3b85ec52093a9796 (diff)
downloadxine-lib-26d3ba90669ba9e88a666d203ce1be6c99242940.tar.gz
xine-lib-26d3ba90669ba9e88a666d203ce1be6c99242940.tar.bz2
signal frame end
CVS patchset: 6085 CVS date: 2004/01/30 17:17:03
-rw-r--r--src/demuxers/demux_real.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c
index b072dba74..834428a77 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.89 2004/01/29 23:00:05 jstembridge Exp $
+ * $Id: demux_real.c,v 1.90 2004/01/30 17:17:03 jstembridge Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1050,7 +1050,7 @@ static int demux_real_send_chunk(demux_plugin_t *this_gen) {
buf = this->video_fifo->buffer_pool_alloc(this->video_fifo);
- buf->decoder_flags = BUF_FLAG_SPECIAL;
+ buf->decoder_flags = BUF_FLAG_SPECIAL | BUF_FLAG_FRAME_END;
buf->decoder_info[1] = BUF_SPECIAL_RV_CHUNK_TABLE;
buf->decoder_info[2] = this->fragment_count - 1;
buf->decoder_info_ptr[2] = buf->content;