comparison cabac.c @ 5934:bd5f4dc81fbe libavcodec

main() --> main(void)
author diego
date Fri, 23 Nov 2007 00:52:56 +0000
parents 389366aa3458
children ecaf5226e9b0
comparison
equal deleted inserted replaced
5933:6ce8f15fc02b 5934:bd5f4dc81fbe
182 #undef random 182 #undef random
183 #define SIZE 10240 183 #define SIZE 10240
184 184
185 #include "avcodec.h" 185 #include "avcodec.h"
186 186
187 int main(){ 187 int main(void){
188 CABACContext c; 188 CABACContext c;
189 uint8_t b[9*SIZE]; 189 uint8_t b[9*SIZE];
190 uint8_t r[9*SIZE]; 190 uint8_t r[9*SIZE];
191 int i; 191 int i;
192 uint8_t state[10]= {0}; 192 uint8_t state[10]= {0};