[svn] / trunk / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/config.c

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

revision 1607, Sun Mar 27 03:59:42 2005 UTC revision 1611, Sun Apr 10 01:57:45 2005 UTC
# Line 1777  Line 1777 
1777                  wsprintf(buf, "%i kbps", DEFAULT_MIN_KBPS);                  wsprintf(buf, "%i kbps", DEFAULT_MIN_KBPS);
1778                  SetDlgItemText(hDlg, IDC_BITRATE_MIN, buf);                  SetDlgItemText(hDlg, IDC_BITRATE_MIN, buf);
1779    
1780                  max = profiles[profile].max_bitrate;                  max = profiles[profile].max_bitrate / 1000;
1781                  if (max == 0) max = DEFAULT_MAX_KBPS;                  if (max == 0) max = DEFAULT_MAX_KBPS;
1782                  wsprintf(buf, "%i kbps", max);                  wsprintf(buf, "%i kbps", max);
1783                  SetDlgItemText(hDlg, IDC_BITRATE_MAX, buf);                  SetDlgItemText(hDlg, IDC_BITRATE_MAX, buf);

Legend:
Removed from v.1607  
changed lines
  Added in v.1611

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