comparison x86/idct_sse2_xvid.c @ 8718:e9d9d946f213 libavcodec

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.
author diego
date Sun, 01 Feb 2009 02:00:19 +0000
parents 7a463923ecd1
children 8b9fc0c8f1cc
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
40 40
41 #include "libavcodec/dsputil.h" 41 #include "libavcodec/dsputil.h"
42 #include "idct_xvid.h" 42 #include "idct_xvid.h"
43 43
44 /*! 44 /*!
45 * @file idct_sse2_xvid.c 45 * @file libavcodec/x86/idct_sse2_xvid.c
46 * @brief SSE2 idct compatible with xvidmmx 46 * @brief SSE2 idct compatible with xvidmmx
47 */ 47 */
48 48
49 #define X8(x) x,x,x,x,x,x,x,x 49 #define X8(x) x,x,x,x,x,x,x,x
50 50