diff cabac.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 2b72f9bc4f06
children bd5f4dc81fbe
line wrap: on
line diff
--- a/cabac.c	Thu Jul 19 08:46:28 2007 +0000
+++ b/cabac.c	Thu Jul 19 08:47:07 2007 +0000
@@ -179,6 +179,7 @@
 }
 
 #if 0 //selftest
+#undef random
 #define SIZE 10240
 
 #include "avcodec.h"