comparison h264.c @ 5934:bd5f4dc81fbe libavcodec

main() --> main(void)
author diego
date Fri, 23 Nov 2007 00:52:56 +0000
parents 77403dc808cd
children 80103098c797
comparison
equal deleted inserted replaced
5933:6ce8f15fc02b 5934:bd5f4dc81fbe
7877 7877
7878 #if 0 //selftest 7878 #if 0 //selftest
7879 #undef random 7879 #undef random
7880 #define COUNT 8000 7880 #define COUNT 8000
7881 #define SIZE (COUNT*40) 7881 #define SIZE (COUNT*40)
7882 int main(){ 7882 int main(void){
7883 int i; 7883 int i;
7884 uint8_t temp[SIZE]; 7884 uint8_t temp[SIZE];
7885 PutBitContext pb; 7885 PutBitContext pb;
7886 GetBitContext gb; 7886 GetBitContext gb;
7887 // int int_temp[10000]; 7887 // int int_temp[10000];