--- mbcoding.h 2002/03/28 20:57:25 1.2 +++ mbcoding.h 2002/04/04 13:58:12 1.3 @@ -3,9 +3,9 @@ #include "../portab.h" #include "../global.h" +#include "bitstream.h" -void create_vlc_tables(void); -void destroy_vlc_tables(void); +void init_vlc_tables(void); int get_mcbpc_intra(Bitstream * bs); int get_mcbpc_inter(Bitstream * bs);