--- trunk/xvidcore/src/bitstream/bitstream.h 2002/04/05 14:40:36 101 +++ trunk/xvidcore/src/bitstream/bitstream.h 2002/05/03 00:45:10 156 @@ -113,16 +113,16 @@ // header stuff int BitstreamReadHeaders(Bitstream * bs, DECODER * dec, uint32_t * rounding, - uint32_t * quant, uint32_t * fcode, uint32_t * intra_dc_threshold); + uint32_t * quant, uint32_t * fcode_forward, uint32_t * fcode_backward, uint32_t * intra_dc_threshold); void BitstreamWriteVolHeader(Bitstream * const bs, - const MBParam * pParam); - + const MBParam * pParam, + const FRAMEINFO * frame); void BitstreamWriteVopHeader(Bitstream * const bs, - const MBParam * pParam); - + const MBParam * pParam, + const FRAMEINFO * frame); /* initialise bitstream structure */