exr: set pict_type

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-07-27 11:30:55 +00:00
parent d9954ccff0
commit 88b071a473
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ static int decode_frame(AVCodecContext *avctx,
ptr += picture->linesize[0];
}
picture->pict_type = AV_PICTURE_TYPE_I;
*got_frame = 1;
return buf_size;