1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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;