Commit cd506c27 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/truemotion2rt: also export key frame info

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 854c405d
......@@ -203,6 +203,7 @@ static int decode_frame(AVCodecContext *avctx,
}
p->pict_type = AV_PICTURE_TYPE_I;
p->key_frame = 1;
*got_frame = 1;
return buf_size;
......
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