1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-12 17:35:33 +01:00

This should fix bug #1111

In addition it adds an option to open the full FFmpeg options
dialog.
This commit is contained in:
Leland Lucius
2015-08-05 02:28:42 -05:00
parent 4cd7757cf4
commit 617e0713df
13 changed files with 467 additions and 152 deletions

View File

@@ -1002,12 +1002,7 @@ wxWindow *ExportFFmpeg::OptionsCreate(wxWindow *parent, int format)
}
else if (mSubFormat == FMT_OTHER)
{
return ExportPlugin::OptionsCreate(parent, format);
#if 0
ExportFFmpegOptions od(parent);
od.ShowModal();
return true;
#endif
return new ExportFFmpegCustomOptions(parent, format);
}
return ExportPlugin::OptionsCreate(parent, format);