comparison 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
comparison
equal deleted inserted replaced
5379:e9f8a337c5ce 5380:389366aa3458
8099 h->mb_avail[5]= 0; //FIXME move out 8099 h->mb_avail[5]= 0; //FIXME move out
8100 } 8100 }
8101 #endif 8101 #endif
8102 8102
8103 #if 0 //selftest 8103 #if 0 //selftest
8104 #undef random
8104 #define COUNT 8000 8105 #define COUNT 8000
8105 #define SIZE (COUNT*40) 8106 #define SIZE (COUNT*40)
8106 int main(){ 8107 int main(){
8107 int i; 8108 int i;
8108 uint8_t temp[SIZE]; 8109 uint8_t temp[SIZE];