From d35b94fbabd8beb5d566c0b5d01688aff62c3b36 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 6 Aug 2014 06:19:15 -0700 Subject: avcodec: Rename xvidmmx IDCT to xvid The Xvid IDCT is not MMX-specific. --- libavcodec/xvididct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xvididct.c') diff --git a/libavcodec/xvididct.c b/libavcodec/xvididct.c index 7e8edc2462..9d38662037 100644 --- a/libavcodec/xvididct.c +++ b/libavcodec/xvididct.c @@ -28,7 +28,7 @@ av_cold void ff_xvididct_init(IDCTDSPContext *c, AVCodecContext *avctx) if (high_bit_depth || !(avctx->idct_algo == FF_IDCT_AUTO || - avctx->idct_algo == FF_IDCT_XVIDMMX)) + avctx->idct_algo == FF_IDCT_XVID)) return; if (ARCH_X86) -- cgit v1.2.3