avcodec/truemotion2rt: also export key frame info

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/213/merge
Paul B Mahol 9 years ago
parent 854c405dab
commit cd506c2792
  1. 1
      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;

Loading…
Cancel
Save