comparison 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
comparison
equal deleted inserted replaced
5379:e9f8a337c5ce 5380:389366aa3458
177 } 177 }
178 } 178 }
179 } 179 }
180 180
181 #if 0 //selftest 181 #if 0 //selftest
182 #undef random
182 #define SIZE 10240 183 #define SIZE 10240
183 184
184 #include "avcodec.h" 185 #include "avcodec.h"
185 186
186 int main(){ 187 int main(){