--- mbcoding.h 2002/03/08 02:44:35 1.1 +++ 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); @@ -21,4 +21,4 @@ void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff); void get_inter_block(Bitstream * bs, int16_t * block); -#endif /* _MB_CODING_H_ */ \ No newline at end of file +#endif /* _MB_CODING_H_ */