summaryrefslogtreecommitdiff
path: root/libavcodec/xvididct.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-06 06:19:15 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-08 11:13:30 -0700
commitd35b94fbabd8beb5d566c0b5d01688aff62c3b36 (patch)
tree13579b5adb9acb57006fd614a61491a54410309c /libavcodec/xvididct.c
parent84d173d3de97c753234ab0c0b50551d51413d663 (diff)
avcodec: Rename xvidmmx IDCT to xvid
The Xvid IDCT is not MMX-specific.
Diffstat (limited to 'libavcodec/xvididct.c')
-rw-r--r--libavcodec/xvididct.c2
1 files changed, 1 insertions, 1 deletions
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)