]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.c
Merge commit '0c00fd80ee4791bd70b634084307fc9f179e0412'
[ffmpeg] / libavcodec / wma.c
index 7c8aa3070fc41e07261e531c00d54cfa7e0ca7d0..d5e66e25b338591025a7323606badc4910e462fa 100644 (file)
@@ -90,7 +90,7 @@ int ff_wma_init(AVCodecContext *avctx, int flags2)
     ff_dsputil_init(&s->dsp, avctx);
     ff_fmt_convert_init(&s->fmt_conv, avctx);
 
-    if (avctx->codec->id == CODEC_ID_WMAV1) {
+    if (avctx->codec->id == AV_CODEC_ID_WMAV1) {
         s->version = 1;
     } else {
         s->version = 2;