diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-04-20 14:45:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-04-20 14:45:34 +0000 |
commit | ba87f0801d77c21eb1e4891ca1f846500bbb0939 (patch) | |
tree | a3b4fb34f5779247d91f8992d89b9a999f023bee /libavcodec/x86 | |
parent | e1ae1642cb25e041448733843931f5faf559bb37 (diff) | |
download | ffmpeg-ba87f0801d77c21eb1e4891ca1f846500bbb0939.tar.gz |
Remove explicit filename from Doxygen @file commands.
Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 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 | ||||
-rw-r--r-- | libavcodec/x86/vp6dsp_mmx.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/vp6dsp_sse2.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 29b214a85f..26c163be3c 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/x86/h264_i386.h + * @file * 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 a81c7d5173..fc670e25d4 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -43,7 +43,7 @@ #include "dsputil_mmx.h" /*! - * @file libavcodec/x86/idct_sse2_xvid.c + * @file * @brief SSE2 idct compatible with xvidmmx */ diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h index 6e29f0d8da..5fdc20d3ea 100644 --- a/libavcodec/x86/idct_xvid.h +++ b/libavcodec/x86/idct_xvid.h @@ -19,7 +19,7 @@ */ /*! - * @file libavcodec/x86/idct_xvid.h + * @file * header for Xvid IDCT functions */ diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c index 309dd4aa5d..44a8477a89 100644 --- a/libavcodec/x86/vp3dsp_mmx.c +++ b/libavcodec/x86/vp3dsp_mmx.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/x86/vp3dsp_mmx.c + * @file * 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 3de3e47272..e0ebd42427 100644 --- a/libavcodec/x86/vp3dsp_sse2.c +++ b/libavcodec/x86/vp3dsp_sse2.c @@ -19,7 +19,7 @@ */ /** - * @file libavcodec/x86/vp3dsp_sse2.c + * @file * SSE2-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/x86/vp6dsp_mmx.c b/libavcodec/x86/vp6dsp_mmx.c index 39e40d568e..905b3a7f0d 100644 --- a/libavcodec/x86/vp6dsp_mmx.c +++ b/libavcodec/x86/vp6dsp_mmx.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/x86/vp6dsp_mmx.c + * @file * MMX-optimized functions for the VP6 decoder * * Copyright (C) 2009 Sebastien Lucas <sebastien.lucas@gmail.com> diff --git a/libavcodec/x86/vp6dsp_sse2.c b/libavcodec/x86/vp6dsp_sse2.c index c72a0cacb8..bfd733aa7f 100644 --- a/libavcodec/x86/vp6dsp_sse2.c +++ b/libavcodec/x86/vp6dsp_sse2.c @@ -1,5 +1,5 @@ /** - * @file libavcodec/x86/vp6dsp_mmx.c + * @file * SSE2-optimized functions for the VP6 decoder * * Copyright (C) 2009 Zuxy Meng <zuxy.meng@gmail.com> |