--- trunk/xvidcore/src/xvid.h 2003/02/18 00:23:27 868 +++ trunk/xvidcore/src/xvid.h 2003/07/24 23:35:28 1096 @@ -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: xvid.h,v 1.27 2003-02-18 00:23:27 edgomez Exp $ + * $Id: xvid.h,v 1.31 2003-07-24 23:35:28 edgomez Exp $ * ****************************************************************************/ @@ -34,8 +34,8 @@ * Global constants ****************************************************************************/ -/* API Version : 2.1 */ -#define API_VERSION ((2 << 16) | (1)) +/* API Version : 3.0 */ +#define API_VERSION ((3 << 16) | (0)) #define XVID_API_UNSTABLE /* Bitstream Version @@ -49,7 +49,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION "0009" +#define XVID_BS_VERSION "0012" /* Error codes */ @@ -420,6 +420,7 @@ HINTINFO hint; /* [in/out] mv hint information */ int bquant; /* [in] bframe quantizer */ + int bframe_threshold; /* [in] sensitivity of B-frame decision */ } XVID_ENC_FRAME;