--- branches/dev-api-4/xvidcore/vfw/src/config.h 2003/05/14 11:44:29 1017 +++ branches/dev-api-4/xvidcore/vfw/src/config.h 2003/06/09 13:55:56 1054 @@ -1,3 +1,27 @@ +/***************************************************************************** + * + * XVID MPEG-4 VIDEO CODEC + * - VFW configuration header - + * + * Copyright(C) 2002-2003 Anonymous + * + * This program is free software ; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation ; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY ; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * 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.1.2.7 2003-06-09 13:55:56 edgomez Exp $ + * + ****************************************************************************/ #ifndef _CONFIG_H_ #define _CONFIG_H_ @@ -73,10 +97,10 @@ typedef struct { /********** ATTENTION **********/ - int mode; // Vidomi directly accesses these vars - int bitrate; // - int desired_size; // please try to avoid modifications here - char stats[MAX_PATH]; // + int mode; /* Vidomi directly accesses these vars */ + int bitrate; + int desired_size; /* please try to avoid modifications here */ + char stats[MAX_PATH]; /*******************************/ /* profile */ @@ -115,22 +139,12 @@ int discard1pass; int curve_compression_high; int curve_compression_low; - int use_alt_curve; - int alt_curve_use_auto; - int alt_curve_auto_str; - int alt_curve_use_auto_bonus_bias; - int alt_curve_bonus_bias; - int alt_curve_type; - int alt_curve_high_dist; - int alt_curve_low_dist; - int alt_curve_min_rel_qual; int twopass_max_overflow_improvement; int twopass_max_overflow_degradation; int bitrate_payback_delay; int bitrate_payback_method; /* motion */ - int motion_search; int vhq_mode; int chromame; @@ -150,6 +164,7 @@ /* debug */ int num_threads; int fourcc_used; + int vop_debug; int debug; DWORD cpu;