--- bitstream.h 2003/10/01 23:23:01 1.17.2.6 +++ bitstream.h 2003/11/19 15:42:38 1.17.2.7 @@ -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.7 2003/11/19 15:42:38 syskin Exp $ * ****************************************************************************/ @@ -142,7 +142,8 @@ void BitstreamWriteVopHeader(Bitstream * const bs, const MBParam * pParam, const FRAMEINFO * const frame, - int vop_coded); + int vop_coded, + int quant); void BitstreamWriteUserData(Bitstream * const bs, uint8_t * data,