--- trunk/xvidcore/vfw/src/config.h 2004/03/22 22:36:25 1382 +++ trunk/xvidcore/vfw/src/config.h 2005/01/10 05:01:01 1592 @@ -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: config.h,v 1.2 2004-03-22 22:36:25 edgomez Exp $ + * $Id: config.h,v 1.6 2005-01-10 05:01:01 syskin Exp $ * ****************************************************************************/ #ifndef _CONFIG_H_ @@ -93,6 +93,7 @@ unsigned int greyscale; unsigned int chroma_opt; unsigned int bvop_threshold; + unsigned int cartoon_mode; } zone_t; @@ -116,15 +117,14 @@ BYTE qmatrix_inter[64]; int lum_masking; int interlacing; + int tff; int qpel; int gmc; - int reduced_resolution; int use_bvop; int max_bframes; int bquant_ratio; int bquant_offset; int packed; - int closed_gov; int display_aspect_ratio; /* aspect ratio */ int ar_x, ar_y; /* picture aspect ratio */ int par_x, par_y; /* custom pixel aspect ratio */ @@ -169,8 +169,8 @@ /* motion */ int motion_search; int vhq_mode; + int vhq_bframe; int chromame; - int cartoon_mode; int turbo; int max_key_interval; int frame_drop_ratio; @@ -228,10 +228,9 @@ #define PROFILE_INTERLACE 0x00000008 #define PROFILE_QPEL 0x00000010 #define PROFILE_GMC 0x00000020 -#define PROFILE_REDUCED 0x00000040 /* dynamic resolution conversion */ #define PROFILE_AS (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC) -#define PROFILE_ARTS (PROFILE_ADAPTQUANT|PROFILE_REDUCED) +#define PROFILE_ARTS (PROFILE_ADAPTQUANT) static const int PARS[][2] = { {1, 1},