--- mbcoding.h 2002/06/12 20:38:40 1.6 +++ mbcoding.h 2002/06/28 15:14:40 1.7 @@ -7,6 +7,10 @@ void init_vlc_tables(void); +void skip_stuffing(Bitstream *bs); + +int check_resync_marker(Bitstream * bs, int addbits); + int get_mcbpc_intra(Bitstream * bs); int get_mcbpc_inter(Bitstream * bs); int get_cbpy(Bitstream * bs, @@ -32,6 +36,7 @@ void get_inter_block(Bitstream * bs, int16_t * block); + void MBCodingBVOP(const MACROBLOCK * mb, const int16_t qcoeff[6 * 64], const int32_t fcode,