comparison jfdctint.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 f522171a5d3d
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
55 * multiplication; this allows a very simple and accurate implementation in 55 * multiplication; this allows a very simple and accurate implementation in
56 * scaled fixed-point arithmetic, with a minimal number of shifts. 56 * scaled fixed-point arithmetic, with a minimal number of shifts.
57 */ 57 */
58 58
59 /** 59 /**
60 * @file jfdctint.c 60 * @file libavcodec/jfdctint.c
61 * Independent JPEG Group's slow & accurate dct. 61 * Independent JPEG Group's slow & accurate dct.
62 */ 62 */
63 63
64 #include <stdlib.h> 64 #include <stdlib.h>
65 #include <stdio.h> 65 #include <stdio.h>