comparison dct-test.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children 5d53c03186a1
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /* DCT test. (c) 2001 Fabrice Bellard. 1 /**
2 Started from sample code by Juan J. Sierralta P. 2 * @file dct-test.c
3 */ 3 * DCT test. (c) 2001 Fabrice Bellard.
4 * Started from sample code by Juan J. Sierralta P.
5 */
6
4 #include <stdlib.h> 7 #include <stdlib.h>
5 #include <stdio.h> 8 #include <stdio.h>
6 #include <string.h> 9 #include <string.h>
7 #include <sys/time.h> 10 #include <sys/time.h>
8 #include <unistd.h> 11 #include <unistd.h>