[svn] / branches / release-1_0-branch / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/vfw/src/config.c

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

revision 1454, Wed May 26 05:46:20 2004 UTC revision 1455, Wed May 26 06:18:43 2004 UTC
# Line 1407  Line 1407 
1407    
1408                                  ofn.hwndOwner = hDlg;                                  ofn.hwndOwner = hDlg;
1409                                  if (LOWORD(wParam)==IDC_BITRATE_SSELECT) {                                  if (LOWORD(wParam)==IDC_BITRATE_SSELECT) {
1410                                          ofn.lpstrFilter = "Subtitle files (*.sub, *.ssa)\0*.sub;*.ssa\0All files (*.*)\0*.*\0\0";                                          ofn.lpstrFilter = "Subtitle files (*.sub, *.ssa, *.txt, *.dat)\0*.sub;*.ssa;*.txt;*.dat\0All files (*.*)\0*.*\0\0";
1411                                  }else{                                  }else{
1412                                          ofn.lpstrFilter = "Audio files (*.mp3, *.ac3)\0*.mp3; *.ac3\0All files (*.*)\0*.*\0\0";                                          ofn.lpstrFilter = "Audio files (*.mp3, *.ac3, *.aac, *.ogg, *.wav)\0*.mp3; *.ac3; *.aac; *.ogg; *.wav\0All files (*.*)\0*.*\0\0";
1413                                  }                                  }
1414    
1415                                  ofn.lpstrFile = filename;                                  ofn.lpstrFile = filename;

Legend:
Removed from v.1454  
changed lines
  Added in v.1455

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