--- xvid.h 2003/06/28 15:50:43 1.27.2.27 +++ xvid.h 2003/07/28 12:29:01 1.27.2.29 @@ -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.2.27 2003/06/28 15:50:43 chl Exp $ + * $Id: xvid.h,v 1.27.2.29 2003/07/28 12:29:01 edgomez Exp $ * ****************************************************************************/ @@ -67,7 +67,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION "0014" +#define XVID_BS_VERSION "0016" /***************************************************************************** @@ -523,6 +523,9 @@ /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */ XVID_VOP_REDUCED = 0x00001000, /* reduced resolution vop */ + + XVID_VOP_CARTOON = 0x00002000, /* use 'cartoon mode' */ + } xvid_vop_t;