From cc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Apr 2011 16:00:00 +0200 Subject: rv10: set flags, Fixes Ticket90 Signed-off-by: Michael Niedermayer --- libavcodec/rv10.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/rv10.c') 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) { -- cgit v1.2.3