X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwma.c;h=d5e66e25b338591025a7323606badc4910e462fa;hb=e1a983e6010930ab742bede275de1ccf921485b7;hp=7c8aa3070fc41e07261e531c00d54cfa7e0ca7d0;hpb=b4780d03d04d402b490be21b01ec886565cabe29;p=ffmpeg diff --git a/libavcodec/wma.c b/libavcodec/wma.c index 7c8aa3070fc..d5e66e25b33 100644 --- a/libavcodec/wma.c +++ b/libavcodec/wma.c @@ -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;