From ba87f0801d77c21eb1e4891ca1f846500bbb0939 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Apr 2010 14:45:34 +0000 Subject: 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 --- libavcodec/x86/h264_i386.h | 2 +- libavcodec/x86/idct_sse2_xvid.c | 2 +- libavcodec/x86/idct_xvid.h | 2 +- libavcodec/x86/vp3dsp_mmx.c | 2 +- libavcodec/x86/vp3dsp_sse2.c | 2 +- libavcodec/x86/vp6dsp_mmx.c | 2 +- libavcodec/x86/vp6dsp_sse2.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libavcodec/x86') 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 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 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 -- cgit v1.2.3