diff options
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/h264_i386.h | 2 | ||||
-rw-r--r-- | libavcodec/x86/idct_sse2_xvid.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/idct_xvid.h | 2 | ||||
-rw-r--r-- | libavcodec/x86/vp3dsp_mmx.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/vp3dsp_sse2.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 2394a8e491..29b214a85f 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -20,7 +20,7 @@ */ /** - * @file h264_i386.h + * @file libavcodec/x86/h264_i386.h * H.264 / AVC / MPEG4 part10 codec. * non-MMX i386-specific optimizations for H.264 * @author Michael Niedermayer <michaelni@gmx.at> diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c index 789167f712..4b83a44d18 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -42,7 +42,7 @@ #include "idct_xvid.h" /*! - * @file idct_sse2_xvid.c + * @file libavcodec/x86/idct_sse2_xvid.c * @brief SSE2 idct compatible with xvidmmx */ diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h index bddbdb95c0..6e29f0d8da 100644 --- a/libavcodec/x86/idct_xvid.h +++ b/libavcodec/x86/idct_xvid.h @@ -19,7 +19,7 @@ */ /*! - * @file idct_xvid.h + * @file libavcodec/x86/idct_xvid.h * header for Xvid IDCT functions */ diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c index 010bfc65d6..27d4640217 100644 --- a/libavcodec/x86/vp3dsp_mmx.c +++ b/libavcodec/x86/vp3dsp_mmx.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_mmx.c + * @file libavcodec/x86/vp3dsp_mmx.c * MMX-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/x86/vp3dsp_sse2.c b/libavcodec/x86/vp3dsp_sse2.c index 82670c74ef..6f90dc6ed1 100644 --- a/libavcodec/x86/vp3dsp_sse2.c +++ b/libavcodec/x86/vp3dsp_sse2.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_sse2.c + * @file libavcodec/x86/vp3dsp_sse2.c * SSE2-optimized functions cribbed from the original VP3 source code. */ |