comparison jrevdct.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 674090f13019
children
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
58 * A better way to do this would be to pass in the DCT block as a sparse 58 * A better way to do this would be to pass in the DCT block as a sparse
59 * matrix, perhaps with the difference cases encoded. 59 * matrix, perhaps with the difference cases encoded.
60 */ 60 */
61 61
62 /** 62 /**
63 * @file libavcodec/jrevdct.c 63 * @file
64 * Independent JPEG Group's LLM idct. 64 * Independent JPEG Group's LLM idct.
65 */ 65 */
66 66
67 #include "libavutil/common.h" 67 #include "libavutil/common.h"
68 #include "dsputil.h" 68 #include "dsputil.h"