From 88b071a473925d6c168ba7f0c0a505983936b577 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 27 Jul 2013 11:30:55 +0000 Subject: [PATCH] exr: set pict_type Signed-off-by: Paul B Mahol --- libavcodec/exr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/exr.c b/libavcodec/exr.c index af1bee0aae..cba0c4d2b3 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -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;