diff options
| -rw-r--r-- | src/plugins/Input/sndfile/decodersndfilefactory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index 3e0fe95c0..4296dd6f0 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -116,8 +116,7 @@ DecoderProperties DecoderSndFileFactory::properties() const { DecoderProperties properties; properties.name = tr("Sndfile Plugin"); - properties.filters = QStringList { "*.wav", "*.au", "*.snd", "*.aif", "*.aiff", "*.8svx" }; - properties.filters = QStringList { "*.sph", "*.sf", "*.voc", "*.w64" }; + properties.filters = QStringList { "*.wav", "*.au", "*.snd", "*.aif", "*.aiff", "*.8svx", "*.sph", "*.sf", "*.voc", "*.w64" }; properties.description = tr("PCM Files"); //properties.contentType = ""; properties.shortName = "sndfile"; |
