--- mbcoding.h 2003/05/09 22:01:48 1.11.2.2 +++ mbcoding.h 2003/06/09 01:17:45 1.11.2.3 @@ -46,7 +46,7 @@ static __inline void MBSkip(Bitstream * bs) { - BitstreamPutBit(bs, 1); // not coded + BitstreamPutBit(bs, 1); /* not coded */ }