--- bitstream.c 2002/09/26 01:54:54 1.28.2.1 +++ bitstream.c 2002/09/28 13:01:02 1.28.2.2 @@ -810,7 +810,6 @@ BitstreamPutBits(bs, frame->coding_type, 2); - // time_base = 0 write n x PutBit(1), PutBit(0) #ifdef BFRAMES for (i = 0; i < frame->seconds; i++) { BitstreamPutBit(bs, 1);