--- branches/dev-api-4/xvidcore/vfw/src/config.h 2003/06/10 10:07:03 1061 +++ branches/dev-api-4/xvidcore/vfw/src/config.h 2003/12/05 14:44:35 1242 @@ -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.1.2.8 2003-06-10 10:07:03 suxen_drol Exp $ + * $Id: config.h,v 1.1.2.12 2003-12-05 14:44:35 edgomez Exp $ * ****************************************************************************/ #ifndef _CONFIG_H_ @@ -83,6 +83,7 @@ { int frame; + int type; int mode; int weight; int quant; @@ -137,21 +138,20 @@ /* 2pass2 */ int keyframe_boost; - int kftreshold; + int kfthreshold; int kfreduction; int curve_compression_high; int curve_compression_low; + int overflow_control_strength; 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; + int cartoon_mode; int max_key_interval; - int min_key_interval; int frame_drop_ratio; /* quant */