Commit 88b071a4 authored by Paul B Mahol's avatar Paul B Mahol

exr: set pict_type

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent d9954ccf
......@@ -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;
......
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