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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user