--- trunk/xvidcore/vfw/src/config.c 2005/03/27 03:59:42 1607 +++ trunk/xvidcore/vfw/src/config.c 2005/04/10 01:57:45 1611 @@ -1777,7 +1777,7 @@ wsprintf(buf, "%i kbps", DEFAULT_MIN_KBPS); SetDlgItemText(hDlg, IDC_BITRATE_MIN, buf); - max = profiles[profile].max_bitrate; + max = profiles[profile].max_bitrate / 1000; if (max == 0) max = DEFAULT_MAX_KBPS; wsprintf(buf, "%i kbps", max); SetDlgItemText(hDlg, IDC_BITRATE_MAX, buf);