summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/exr.c1
1 files changed, 1 insertions, 0 deletions
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;