diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-08-06 06:19:15 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-08-08 11:13:30 -0700 |
commit | d35b94fbabd8beb5d566c0b5d01688aff62c3b36 (patch) | |
tree | 13579b5adb9acb57006fd614a61491a54410309c /libavcodec/x86/idct_sse2_xvid.c | |
parent | 84d173d3de97c753234ab0c0b50551d51413d663 (diff) | |
download | ffmpeg-d35b94fbabd8beb5d566c0b5d01688aff62c3b36.tar.gz |
avcodec: Rename xvidmmx IDCT to xvid
The Xvid IDCT is not MMX-specific.
Diffstat (limited to 'libavcodec/x86/idct_sse2_xvid.c')
-rw-r--r-- | libavcodec/x86/idct_sse2_xvid.c | 2 |
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 |