summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-22 16:00:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-22 16:02:23 +0200
commitcc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960 (patch)
treee5242595eae1f0f428131aa8d586d74ffae668d2 /libavcodec/rv10.c
parent22180e7a5a39f8a77498fcbce54368ecc408df8f (diff)
rv10: set flags, Fixes Ticket90
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index e6e9afafb0..8185b75546 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) {