comparison mdct.c @ 11644:7dd2a45249a9 libavcodec

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.
author diego
date Tue, 20 Apr 2010 14:45:34 +0000
parents 6f1697664bf2
children 052b9c58ccc4
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
24 #include "libavutil/common.h" 24 #include "libavutil/common.h"
25 #include "libavutil/mathematics.h" 25 #include "libavutil/mathematics.h"
26 #include "fft.h" 26 #include "fft.h"
27 27
28 /** 28 /**
29 * @file libavcodec/mdct.c 29 * @file
30 * MDCT/IMDCT transforms. 30 * MDCT/IMDCT transforms.
31 */ 31 */
32 32
33 // Generate a Kaiser-Bessel Derived Window. 33 // Generate a Kaiser-Bessel Derived Window.
34 #define BESSEL_I0_ITER 50 // default: 50 iterations of Bessel I0 approximation 34 #define BESSEL_I0_ITER 50 // default: 50 iterations of Bessel I0 approximation