X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftwinvq.c;h=7b2e19e536b58ddfa03cf3f8fc849472e85eef86;hb=fee7c42bf45f72d457fafaee536f054ce59e4ec5;hp=4c289b0c92a64c013303bb7dd212a10d5131be18;hpb=6b9be608ce926ff2f858936e2aac4115400887cc;p=ffmpeg diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c index 4c289b0c92a..7b2e19e536b 100644 --- a/libavcodec/twinvq.c +++ b/libavcodec/twinvq.c @@ -789,7 +789,7 @@ av_cold int ff_twinvq_decode_init(AVCodecContext *avctx) return AVERROR_INVALIDDATA; } - tctx->fdsp = avpriv_float_dsp_alloc(avctx->flags & CODEC_FLAG_BITEXACT); + tctx->fdsp = avpriv_float_dsp_alloc(avctx->flags & AV_CODEC_FLAG_BITEXACT); if (!tctx->fdsp) { ff_twinvq_decode_close(avctx); return AVERROR(ENOMEM);