comparison apedec.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 a262391f1ac6
children 54bc8a2727b0
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "bitstream.h" 26 #include "bitstream.h"
27 #include "bytestream.h" 27 #include "bytestream.h"
28 28
29 /** 29 /**
30 * @file apedec.c 30 * @file libavcodec/apedec.c
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