comparison apedec.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 8a4984c5cacc
children c7455450364d
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "get_bits.h" 26 #include "get_bits.h"
27 #include "bytestream.h" 27 #include "bytestream.h"
28 28
29 /** 29 /**
30 * @file libavcodec/apedec.c 30 * @file
31 * Monkey's Audio lossless audio decoder 31 * Monkey's Audio lossless audio decoder
32 */ 32 */
33 33
34 #define BLOCKS_PER_LOOP 4608 34 #define BLOCKS_PER_LOOP 4608
35 #define MAX_CHANNELS 2 35 #define MAX_CHANNELS 2