summaryrefslogtreecommitdiff
path: root/libavcodec/x86
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/x86
parent84d173d3de97c753234ab0c0b50551d51413d663 (diff)
avcodec: Rename xvidmmx IDCT to xvid
The Xvid IDCT is not MMX-specific.
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/idct_sse2_xvid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c
index aadeb122c6..49149ea723 100644
--- a/libavcodec/x86/idct_sse2_xvid.c
+++ b/libavcodec/x86/idct_sse2_xvid.c
@@ -48,7 +48,7 @@
/**
* @file
- * @brief SSE2 idct compatible with xvidmmx
+ * @brief SSE2 IDCT compatible with the Xvid IDCT
*/
#define X8(x) x,x,x,x,x,x,x,x