avcodec/lagarith: set pict_type too

This commit is contained in:
Paul B Mahol 2018-09-09 21:52:43 +02:00
parent b2ffecbd0c
commit 29a24e5f79

View File

@ -546,6 +546,7 @@ static int lag_decode_frame(AVCodecContext *avctx,
int ret;
p->key_frame = 1;
p->pict_type = AV_PICTURE_TYPE_I;
frametype = buf[0];