]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion2rt.c
avcodec/sheervideo: supports some other 8bit formats
[ffmpeg] / libavcodec / truemotion2rt.c
index ef0e2cbd592031a1fec3397c87dd5479174879ec..49f2114ca0bb3e568cc68fde3d933cd582178bf4 100644 (file)
@@ -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;