]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.c
libvpx: support vp9
[ffmpeg] / libavcodec / vc1.c
index c7edc25a2565c09eee6a36744148f0f5b227a135..a8dd38ad5f079a3c2c81df00afe86ea2d0c4d8a5 100644 (file)
@@ -576,7 +576,7 @@ int ff_vc1_parse_frame_header(VC1Context *v, GetBitContext* gb)
 
     if (v->finterpflag)
         v->interpfrm = get_bits1(gb);
-    if (v->s.avctx->codec->id == AV_CODEC_ID_MSS2)
+    if (v->s.avctx->codec_id == AV_CODEC_ID_MSS2)
         v->respic   =
         v->rangered =
         v->multires = get_bits(gb, 2) == 1;