--- trunk/xvidcore/src/bitstream/bitstream.h 2002/03/26 11:16:08 69 +++ trunk/xvidcore/src/bitstream/bitstream.h 2002/04/25 06:55:00 136 @@ -111,31 +111,18 @@ #define N_VOP 4 -typedef struct -{ - uint32_t bufa; - uint32_t bufb; - uint32_t buf; - uint32_t pos; - uint32_t *tail; - uint32_t *start; - uint32_t length; -} -Bitstream; - - // header stuff int BitstreamReadHeaders(Bitstream * bs, DECODER * dec, uint32_t * rounding, uint32_t * quant, uint32_t * fcode, 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 */