[FFmpeg-cvslog] rv10: set flags, Fixes Ticket90

Michael Niedermayer git at videolan.org
Fri Apr 22 16:49:23 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Apr 22 16:00:00 2011 +0200| [cc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960] | committer: Michael Niedermayer

rv10: set flags, Fixes Ticket90
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960
---

 libavcodec/rv10.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index e6e9afa..8185b75 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -656,6 +656,8 @@ static int rv10_decode_frame(AVCodecContext *avctx,
     const uint8_t *slices_hdr = NULL;
 
     av_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
+    s->flags  = avctx->flags;
+    s->flags2 = avctx->flags2;
 
     /* no supplementary picture */
     if (buf_size == 0) {



More information about the ffmpeg-cvslog mailing list