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:
parent
d9954ccff0
commit
88b071a473
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user