mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avcodec/lagarith: set pict_type too
This commit is contained in:
parent
b2ffecbd0c
commit
29a24e5f79
@ -546,6 +546,7 @@ static int lag_decode_frame(AVCodecContext *avctx,
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
p->key_frame = 1;
|
p->key_frame = 1;
|
||||||
|
p->pict_type = AV_PICTURE_TYPE_I;
|
||||||
|
|
||||||
frametype = buf[0];
|
frametype = buf[0];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user