--- mbcoding.h 2002/06/30 10:46:29 1.8 +++ mbcoding.h 2002/09/23 20:36:01 1.8.2.1 @@ -21,7 +21,7 @@ int get_dc_size_lum(Bitstream * bs); int get_dc_size_chrom(Bitstream * bs); -int get_coeff(Bitstream * bs, +static int get_coeff(Bitstream * bs, int *run, int *last, int intra, @@ -42,4 +42,11 @@ Bitstream * bs, Statistics * pStat); + +static __inline void +MBSkip(Bitstream * bs) +{ + BitstreamPutBit(bs, 1); // not coded +} + #endif /* _MB_CODING_H_ */