comparison dct-test.c @ 429:718a22dc121f libavcodec

license/copyright change
author glantau
date Sat, 25 May 2002 22:45:33 +0000
parents 7cf705a32d1c
children 11dbd00682fc
comparison
equal deleted inserted replaced
428:dd4f4c3d7171 429:718a22dc121f
1 /* DCT test. (c) 2001 Gerard Lantau. 1 /* DCT test. (c) 2001 Fabrice Bellard.
2 Started from sample code by Juan J. Sierralta P. 2 Started from sample code by Juan J. Sierralta P.
3 */ 3 */
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <string.h> 6 #include <string.h>