]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo5.c
avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame header...
[ffmpeg] / libavcodec / indeo5.c
index b39cffd9a91be73a3e59899bdef32f48cf84203f..7b9da53df4818ffba564afeb3c83602bffcc97a1 100644 (file)
@@ -642,6 +642,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
     IVI45DecContext  *ctx = avctx->priv_data;
     int             result;
 
+    ctx->gop_invalid = 1;
+
     ff_ivi_init_static_vlc();
 
     /* copy rvmap tables in our context so we can apply changes to them */