--- bitstream.h 2002/03/08 02:44:35 1.1 +++ bitstream.h 2002/03/26 11:16:08 1.2 @@ -41,6 +41,7 @@ * * * Revision history: * * * + * 26.03.2002 interlacing support - modified putvol/vopheaders paramters * 04.03.2002 putbits speedup (Isibaar) * * 03.03.2002 merged BITREADER and BITWRITER (Isibaar) * * 16.12.2001 inital version * @@ -129,16 +130,11 @@ void BitstreamWriteVolHeader(Bitstream * const bs, - const int width, - const int height, - const int quant_type); + const MBParam * pParam); void BitstreamWriteVopHeader(Bitstream * const bs, - VOP_TYPE prediction_type, - const int rounding_type, - const uint32_t quant, - const uint32_t fcode); + const MBParam * pParam); /* initialise bitstream structure */