From cd506c2792296a0a13eb07c06c4f5f3e7c3330bc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 22 May 2016 23:32:38 +0200 Subject: avcodec/truemotion2rt: also export key frame info Signed-off-by: Paul B Mahol --- libavcodec/truemotion2rt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/truemotion2rt.c b/libavcodec/truemotion2rt.c index ef0e2cbd59..49f2114ca0 100644 --- a/libavcodec/truemotion2rt.c +++ b/libavcodec/truemotion2rt.c @@ -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; -- cgit v1.2.3