Skip to content
Snippets Groups Projects
Commit 29a24e5f authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/lagarith: set pict_type too

parent b2ffecbd
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment