--- branches/dev-api-3/vfw/src/config.c 2002/11/21 12:51:28 670 +++ branches/dev-api-3/vfw/src/config.c 2002/12/08 13:16:30 699 @@ -84,7 +84,7 @@ {"rc_averaging_period", ®.rc_averaging_period, 100}, {"rc_buffer", ®.rc_buffer, 100}, - {"motion_search", ®.motion_search, 5}, + {"motion_search", ®.motion_search, 6}, {"quant_type", ®.quant_type, 0}, {"fourcc_used", ®.fourcc_used, 0}, {"max_key_interval", ®.max_key_interval, 300}, @@ -101,7 +101,7 @@ {"bquant_ratio", ®.bquant_ratio, 150}, {"bquant_offset", ®.bquant_offset, 100}, {"packed", ®.packed, 0}, - {"dx50bvop", ®.dx50bvop, 0}, + {"dx50bvop", ®.dx50bvop, 1}, {"debug", ®.debug, 0}, {"frame_drop_ratio", ®.frame_drop_ratio, 0}, @@ -116,11 +116,11 @@ {"dummy2pass", ®.dummy2pass, 0}, // added by koepi for new two-pass curve treatment {"kftreshold", ®.kftreshold, 10}, - {"kfreduction", ®.kfreduction, 30}, + {"kfreduction", ®.kfreduction, 20}, // end of koepi's additions - {"curve_compression_high", ®.curve_compression_high, 25}, - {"curve_compression_low", ®.curve_compression_low, 10}, - {"use_alt_curve", ®.use_alt_curve, 1}, + {"curve_compression_high", ®.curve_compression_high, 0}, + {"curve_compression_low", ®.curve_compression_low, 0}, + {"use_alt_curve", ®.use_alt_curve, 0}, {"alt_curve_use_auto", ®.alt_curve_use_auto, 1}, {"alt_curve_auto_str", ®.alt_curve_auto_str, 30}, {"alt_curve_use_auto_bonus_bias", ®.alt_curve_use_auto_bonus_bias, 1}, @@ -1127,15 +1127,6 @@ SendDlgItemMessage(hDlg, IDC_FOURCC, CB_ADDSTRING, 0, (LPARAM)"XVID"); SendDlgItemMessage(hDlg, IDC_FOURCC, CB_ADDSTRING, 0, (LPARAM)"DIVX"); SendDlgItemMessage(hDlg, IDC_FOURCC, CB_ADDSTRING, 0, (LPARAM)"DX50"); - - EnableWindow(GetDlgItem(hDlg, IDC_BSTATIC1), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_BSTATIC2), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_BSTATIC3), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_MAXBFRAMES), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_BQUANTRATIO), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_PACKED), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_DX50BVOP), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_DEBUG), FALSE); } else if (psi->page == DLG_2PASSALT) { @@ -1146,12 +1137,9 @@ else if (psi->page == DLG_CPU) { #ifndef _SMP - EnableWindow(GetDlgItem(hDlg, IDC_NUMTHREADS_STATIC), FALSE); EnableWindow(GetDlgItem(hDlg, IDC_NUMTHREADS), FALSE); #endif - EnableWindow(GetDlgItem(hDlg, IDC_FRAMEDROP_STATIC), FALSE); - EnableWindow(GetDlgItem(hDlg, IDC_FRAMEDROP), FALSE); } if (hTooltip)