comparison ac3enc.c @ 5380:389366aa3458 libavcodec

Fix the self tests which are contained in some codecs and are using random().
author takis
date Thu, 19 Jul 2007 08:47:07 +0000
parents b24bcdd0ae86
children 60016f2e3aa1
comparison
equal deleted inserted replaced
5379:e9f8a337c5ce 5380:389366aa3458
1267 1267
1268 #if 0 1268 #if 0
1269 /*************************************************************************/ 1269 /*************************************************************************/
1270 /* TEST */ 1270 /* TEST */
1271 1271
1272 #undef random
1272 #define FN (N/4) 1273 #define FN (N/4)
1273 1274
1274 void fft_test(void) 1275 void fft_test(void)
1275 { 1276 {
1276 IComplex in[FN], in1[FN]; 1277 IComplex in[FN], in1[FN];