comparison h261.c @ 3666:faa8dc533ad3 libavcodec

remove redundant declarations
author mru
date Sat, 02 Sep 2006 23:10:28 +0000
parents 28574f57a0fc
children 0082fb8c77b6
comparison
equal deleted inserted replaced
3665:9d942506b1f2 3666:faa8dc533ad3
371 static VLC h261_mba_vlc; 371 static VLC h261_mba_vlc;
372 static VLC h261_mtype_vlc; 372 static VLC h261_mtype_vlc;
373 static VLC h261_mv_vlc; 373 static VLC h261_mv_vlc;
374 static VLC h261_cbp_vlc; 374 static VLC h261_cbp_vlc;
375 375
376 void init_vlc_rl(RLTable *rl, int use_static);
377
378 static void h261_decode_init_vlc(H261Context *h){ 376 static void h261_decode_init_vlc(H261Context *h){
379 static int done = 0; 377 static int done = 0;
380 378
381 if(!done){ 379 if(!done){
382 done = 1; 380 done = 1;