[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 1333, Mon Jan 26 03:16:53 2004 UTC revision 1338, Tue Jan 27 10:09:05 2004 UTC
# Line 1200  Line 1200 
1200                  break;                  break;
1201    
1202          case IDD_BITRATE :          case IDD_BITRATE :
1203                  config->container_type = config->profile = SendDlgItemMessage(hDlg, IDC_BITRATE_CFORMAT, CB_GETCURSEL, 0, 0);                  config->container_type = SendDlgItemMessage(hDlg, IDC_BITRATE_CFORMAT, CB_GETCURSEL, 0, 0);
1204                  config->target_size = config_get_uint(hDlg, IDC_BITRATE_TSIZE, config->target_size);                  config->target_size = config_get_uint(hDlg, IDC_BITRATE_TSIZE, config->target_size);
1205                  config->subtitle_size = config_get_uint(hDlg, IDC_BITRATE_SSIZE, config->subtitle_size);                  config->subtitle_size = config_get_uint(hDlg, IDC_BITRATE_SSIZE, config->subtitle_size);
1206    
1207                  config->hours = config_get_uint(hDlg, IDC_BITRATE_HOURS, config->hours);                  config->hours = config_get_uint(hDlg, IDC_BITRATE_HOURS, config->hours);
1208                  config->minutes = config_get_uint(hDlg, IDC_BITRATE_MINUTES, config->minutes);                  config->minutes = config_get_uint(hDlg, IDC_BITRATE_MINUTES, config->minutes);
1209                  config->seconds = config_get_uint(hDlg, IDC_BITRATE_SECONDS, config->seconds);                  config->seconds = config_get_uint(hDlg, IDC_BITRATE_SECONDS, config->seconds);
1210                  config->fps = config->profile = SendDlgItemMessage(hDlg, IDC_BITRATE_FPS, CB_GETCURSEL, 0, 0);                  config->fps = SendDlgItemMessage(hDlg, IDC_BITRATE_FPS, CB_GETCURSEL, 0, 0);
1211    
1212                  config->audio_type = config->profile = SendDlgItemMessage(hDlg, IDC_BITRATE_AFORMAT, CB_GETCURSEL, 0, 0);                  config->audio_type = SendDlgItemMessage(hDlg, IDC_BITRATE_AFORMAT, CB_GETCURSEL, 0, 0);
1213                  config->audio_mode = IsDlgChecked(hDlg, IDC_BITRATE_AMODE_SIZE) ? 1 : 0 ;                  config->audio_mode = IsDlgChecked(hDlg, IDC_BITRATE_AMODE_SIZE) ? 1 : 0 ;
1214                  config->audio_rate = config_get_uint(hDlg, IDC_BITRATE_ARATE, config->audio_rate);                  config->audio_rate = config_get_uint(hDlg, IDC_BITRATE_ARATE, config->audio_rate);
1215                  config->audio_size = config_get_uint(hDlg, IDC_BITRATE_ASIZE, config->audio_size);                  config->audio_size = config_get_uint(hDlg, IDC_BITRATE_ASIZE, config->audio_size);

Legend:
Removed from v.1333  
changed lines
  Added in v.1338

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