diff 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
line wrap: on
line diff
--- a/ac3enc.c	Thu Jul 19 08:46:28 2007 +0000
+++ b/ac3enc.c	Thu Jul 19 08:47:07 2007 +0000
@@ -1269,6 +1269,7 @@
 /*************************************************************************/
 /* TEST */
 
+#undef random
 #define FN (N/4)
 
 void fft_test(void)