Browse Source

rv10: set flags, Fixes Ticket90

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
cc0ac0d2cb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/rv10.c

+ 2
- 0
libavcodec/rv10.c View File

@@ -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) {


Loading…
Cancel
Save