diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-12 17:32:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-12 17:32:18 +0000 |
| commit | 21b3912db3fa1cf42cca7e2d3f8314d73fd55ef1 (patch) | |
| tree | dcea6546af3a685750c6dd556be6b8af505d54c8 /src/plugins | |
| parent | dc88d3b06c0efbdbb83ca044313b67928fb3110a (diff) | |
| download | qmmp-21b3912db3fa1cf42cca7e2d3f8314d73fd55ef1.tar.gz qmmp-21b3912db3fa1cf42cca7e2d3f8314d73fd55ef1.tar.bz2 qmmp-21b3912db3fa1cf42cca7e2d3f8314d73fd55ef1.zip | |
sndfile: fixed filters
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9730 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
| -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"; |
