Skip to content

Commit

Permalink
Update the default order for importers and exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Oct 13, 2023
1 parent 8293dfc commit 1063537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/lib-import-export/ExportPluginRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void ExportPluginRegistry::Initialize()
using namespace Registry;
static OrderingPreferenceInitializer init{
PathStart,
{ {wxT(""), wxT("PCM,MP3,OGG,FLAC,MP2,CommandLine,FFmpeg") } },
{ {wxT(""), wxT("PCM,MP3,OGG,Opus,FLAC,MP2,CommandLine,FFmpeg") } },
};

struct CreatePluginsVisitor final : Visitor {
Expand Down
2 changes: 1 addition & 1 deletion libraries/lib-import-export/Import.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bool Importer::Initialize()
using namespace Registry;
static OrderingPreferenceInitializer init{
PathStart,
{ {wxT(""), wxT("AUP,PCM,OGG,FLAC,MP3,LOF,WavPack,FFmpeg") } }
{ {wxT(""), wxT("AUP,PCM,OGG,Opus,FLAC,MP3,LOF,WavPack,FFmpeg") } }
// QT and GStreamer are only conditionally compiled and would get
// placed at the end if present
};
Expand Down

0 comments on commit 1063537

Please sign in to comment.