diff h264.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 5c1695f0f3e4
children 1fdfea5024a7
line wrap: on
line diff
--- a/h264.c	Thu Jul 19 08:46:28 2007 +0000
+++ b/h264.c	Thu Jul 19 08:47:07 2007 +0000
@@ -8101,6 +8101,7 @@
 #endif
 
 #if 0 //selftest
+#undef random
 #define COUNT 8000
 #define SIZE (COUNT*40)
 int main(){