Commit cc0ac0d2 authored by Michael Niedermayer's avatar Michael Niedermayer

rv10: set flags, Fixes Ticket90

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 22180e7a
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment