Commit 29a24e5f authored by Paul B Mahol's avatar Paul B Mahol

avcodec/lagarith: set pict_type too

parent b2ffecbd
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment