mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
rv10: set flags, Fixes Ticket90
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
22180e7a5a
commit
cc0ac0d2cb
@ -656,6 +656,8 @@ static int rv10_decode_frame(AVCodecContext *avctx,
|
|||||||
const uint8_t *slices_hdr = NULL;
|
const uint8_t *slices_hdr = NULL;
|
||||||
|
|
||||||
av_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
|
av_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
|
||||||
|
s->flags = avctx->flags;
|
||||||
|
s->flags2 = avctx->flags2;
|
||||||
|
|
||||||
/* no supplementary picture */
|
/* no supplementary picture */
|
||||||
if (buf_size == 0) {
|
if (buf_size == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user