comparison jrevdct.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 f7cbb7733146
children ab2daba3e200
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
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 jrevdct.c 63 * @file libavcodec/jrevdct.c
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"