--- branches/dev-api-4/xvidcore/src/bitstream/mbcoding.h 2003/05/09 22:03:13 1011 +++ branches/dev-api-4/xvidcore/src/bitstream/mbcoding.h 2003/06/09 01:25:19 1053 @@ -46,7 +46,7 @@ static __inline void MBSkip(Bitstream * bs) { - BitstreamPutBit(bs, 1); // not coded + BitstreamPutBit(bs, 1); /* not coded */ }