comparison jfdctfst.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 f522171a5d3d
children
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
62 * precise the scaled value, so this implementation does worse with high- 62 * precise the scaled value, so this implementation does worse with high-
63 * quality-setting files than with low-quality ones. 63 * quality-setting files than with low-quality ones.
64 */ 64 */
65 65
66 /** 66 /**
67 * @file libavcodec/jfdctfst.c 67 * @file
68 * Independent JPEG Group's fast AAN dct. 68 * Independent JPEG Group's fast AAN dct.
69 */ 69 */
70 70
71 #include <stdlib.h> 71 #include <stdlib.h>
72 #include <stdio.h> 72 #include <stdio.h>