diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:00:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:00:19 +0000 |
commit | bad5537e2c2caeb5deb1ff9d771ea01058b8010c (patch) | |
tree | 56da9a86c9248924b91d15a8681355ece14f5c9a /libavcodec/x86 | |
parent | 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf (diff) | |
download | ffmpeg-bad5537e2c2caeb5deb1ff9d771ea01058b8010c.tar.gz |
Use full internal pathname in doxygen @file directives.
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
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. */ |