diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-15 05:41:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-15 05:41:19 +0000 |
| commit | 4c87a6d0b7f3674b3661cfe20a8a51f231ef559c (patch) | |
| tree | 89b997c3e003c604023ad8e47342a79b9c11d602 /src/plugins/Input/modplug | |
| parent | 61fe99d05794c22e2f8170f83cb1a6b719b27e47 (diff) | |
| download | qmmp-4c87a6d0b7f3674b3661cfe20a8a51f231ef559c.tar.gz qmmp-4c87a6d0b7f3674b3661cfe20a8a51f231ef559c.tar.bz2 qmmp-4c87a6d0b7f3674b3661cfe20a8a51f231ef559c.zip | |
play *.med through libmodplug (#793) (patch by Ville Skyttä)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5252 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/modplug')
| -rw-r--r-- | src/plugins/Input/modplug/decodermodplugfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/modplug/decodermodplugfactory.cpp b/src/plugins/Input/modplug/decodermodplugfactory.cpp index 356afc08f..11a9e9539 100644 --- a/src/plugins/Input/modplug/decodermodplugfactory.cpp +++ b/src/plugins/Input/modplug/decodermodplugfactory.cpp @@ -57,7 +57,7 @@ const DecoderProperties DecoderModPlugFactory::properties() const properties.filters << "*.stm" << "*.ult" << "*.j2b" << "*.mt2" << "*.mdz" << "*.mdr" << "*.mdgz"; properties.filters << "*.mdbz" << "*.mod" << "*.s3z" << "*.s3r" << "*.s3gz" << "*.s3m" << "*.xmz"; properties.filters << "*.xmr" << "*.xmgz" << "*.itz" << "*.itr" << "*.itgz" << "*.dmf" "*.umx"; - properties.filters << "*.it" << "*.669" << "*.xm" << "*.mtm" << "*.psm" << "*.ft2"; + properties.filters << "*.it" << "*.669" << "*.xm" << "*.mtm" << "*.psm" << "*.ft2" << "*.med"; properties.description = tr("ModPlug Files"); //properties.contentType = ; properties.shortName = "modplug"; |
