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/x86/idct_sse2_xvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86') 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 -- cgit v1.2.3