comparison wavpack.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
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "get_bits.h" 23 #include "get_bits.h"
24 #include "unary.h" 24 #include "unary.h"
25 25
26 /** 26 /**
27 * @file libavcodec/wavpack.c 27 * @file
28 * WavPack lossless audio decoder 28 * WavPack lossless audio decoder
29 */ 29 */
30 30
31 #define WV_MONO 0x00000004 31 #define WV_MONO 0x00000004
32 #define WV_JOINT_STEREO 0x00000010 32 #define WV_JOINT_STEREO 0x00000010