[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 1329, Sat Jan 24 13:36:00 2004 UTC revision 1331, Sun Jan 25 06:06:22 2004 UTC
# Line 213  Line 213 
213          {"frame_drop_ratio",            &reg.frame_drop_ratio,                  0},          {"frame_drop_ratio",            &reg.frame_drop_ratio,                  0},
214    
215          /* quant */          /* quant */
216          {"min_iquant",                          &reg.min_iquant,                                2},          {"min_iquant",                          &reg.min_iquant,                                1},
217          {"max_iquant",                          &reg.max_iquant,                                31},          {"max_iquant",                          &reg.max_iquant,                                31},
218          {"min_pquant",                          &reg.min_pquant,                                2},          {"min_pquant",                          &reg.min_pquant,                                1},
219          {"max_pquant",                          &reg.max_pquant,                                31},          {"max_pquant",                          &reg.max_pquant,                                31},
220          {"min_bquant",                          &reg.min_bquant,                                2},          {"min_bquant",                          &reg.min_bquant,                                1},
221          {"max_bquant",                          &reg.max_bquant,                                31},          {"max_bquant",                          &reg.max_bquant,                                31},
222          {"trellis_quant",                       &reg.trellis_quant,                             0},          {"trellis_quant",                       &reg.trellis_quant,                             0},
223    
# Line 1717  Line 1717 
1717    
1718          case WM_HSCROLL :          case WM_HSCROLL :
1719                  if((HWND)lParam == GetDlgItem(hDlg, IDC_SLIDER)) {                  if((HWND)lParam == GetDlgItem(hDlg, IDC_SLIDER)) {
1720                          if (config->mode == RC_MODE_2PASS2)                          if (g_use_bitrate)
1721                                  SetDlgItemInt(hDlg, IDC_BITRATE, SendMessage((HWND)lParam, TBM_GETPOS, 0, 0), FALSE);                                  SetDlgItemInt(hDlg, IDC_BITRATE, SendMessage((HWND)lParam, TBM_GETPOS, 0, 0), FALSE);
1722                          else                          else
1723                                  set_dlgitem_float(hDlg, IDC_BITRATE, SendMessage((HWND)lParam, TBM_GETPOS, 0, 0));                                  set_dlgitem_float(hDlg, IDC_BITRATE, SendMessage((HWND)lParam, TBM_GETPOS, 0, 0));

Legend:
Removed from v.1329  
changed lines
  Added in v.1331

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