[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1345, Sat Jan 31 13:44:56 2004 UTC revision 1346, Sat Jan 31 14:03:26 2004 UTC
# Line 219  Line 219 
219    
220          /* 2pass1 */          /* 2pass1 */
221          {"discard1pass",                        &reg.discard1pass,                              1},          {"discard1pass",                        &reg.discard1pass,                              1},
222            {"full1pass",                           &reg.full1pass,                                 0},
223    
224          /* 2pass2 */          /* 2pass2 */
225          {"keyframe_boost",                      &reg.keyframe_boost,                    10},          {"keyframe_boost",                      &reg.keyframe_boost,                    10},
# Line 1027  Line 1028 
1028          case IDD_RC_2PASS1 :          case IDD_RC_2PASS1 :
1029                  SetDlgItemText(hDlg, IDC_STATS, config->stats);                  SetDlgItemText(hDlg, IDC_STATS, config->stats);
1030                  CheckDlg(hDlg, IDC_DISCARD1PASS, config->discard1pass);                  CheckDlg(hDlg, IDC_DISCARD1PASS, config->discard1pass);
1031                    CheckDlg(hDlg, IDC_FULL1PASS, config->full1pass);
1032                  break;                  break;
1033    
1034          case IDD_RC_2PASS2 :          case IDD_RC_2PASS2 :
# Line 1173  Line 1175 
1175                  if (GetDlgItemText(hDlg, IDC_STATS, config->stats, MAX_PATH) == 0)                  if (GetDlgItemText(hDlg, IDC_STATS, config->stats, MAX_PATH) == 0)
1176                          lstrcpy(config->stats, CONFIG_2PASS_FILE);                          lstrcpy(config->stats, CONFIG_2PASS_FILE);
1177                  config->discard1pass = IsDlgChecked(hDlg, IDC_DISCARD1PASS);                  config->discard1pass = IsDlgChecked(hDlg, IDC_DISCARD1PASS);
1178                    config->full1pass = IsDlgChecked(hDlg, IDC_FULL1PASS);
1179                  break;                  break;
1180    
1181          case IDD_RC_2PASS2 :          case IDD_RC_2PASS2 :

Legend:
Removed from v.1345  
changed lines
  Added in v.1346

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4