From d04d5bcd0ed647a0cc7b278e3a4560e7e783798d Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 19 Jul 2007 08:47:07 +0000 Subject: Fix the self tests which are contained in some codecs and are using random(). Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/cabac.c') diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 2d51f6b..7eb60b0 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -179,6 +179,7 @@ void ff_init_cabac_states(CABACContext *c){ } #if 0 //selftest +#undef random #define SIZE 10240 #include "avcodec.h" -- cgit v1.1