--- bitstream.h 2003/10/01 23:23:01 1.17.2.6 +++ bitstream.h 2003/12/20 11:54:37 1.17.2.9 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: bitstream.h,v 1.17.2.6 2003/10/01 23:23:01 edgomez Exp $ + * $Id: bitstream.h,v 1.17.2.9 2003/12/20 11:54:37 Isibaar Exp $ * ****************************************************************************/ @@ -137,12 +137,14 @@ void BitstreamWriteVolHeader(Bitstream * const bs, - const MBParam * pParam); + const MBParam * pParam, + const FRAMEINFO * const frame); void BitstreamWriteVopHeader(Bitstream * const bs, const MBParam * pParam, const FRAMEINFO * const frame, - int vop_coded); + int vop_coded, + unsigned int quant); void BitstreamWriteUserData(Bitstream * const bs, uint8_t * data,