diff snow.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 727a49c28c51
children 20bea6a9950c
line wrap: on
line diff
--- a/snow.c	Thu Jul 19 08:46:28 2007 +0000
+++ b/snow.c	Thu Jul 19 08:47:07 2007 +0000
@@ -4552,6 +4552,7 @@
 #undef malloc
 #undef free
 #undef printf
+#undef random
 
 int main(){
     int width=256;