diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-05-12 19:49:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-05-12 19:49:11 +0000 |
| commit | 7b1cb916766c4c7c12b350f493fb2d34feffe9ff (patch) | |
| tree | c56ae2066298c1ab8a355b88c90d2f1a165409be /src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp | |
| parent | f73b336483287912a28c0a778239fd3da9e13eeb (diff) | |
| download | qmmp-7b1cb916766c4c7c12b350f493fb2d34feffe9ff.tar.gz qmmp-7b1cb916766c4c7c12b350f493fb2d34feffe9ff.tar.bz2 qmmp-7b1cb916766c4c7c12b350f493fb2d34feffe9ff.zip | |
fixed alac support (Closes issue 472)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2188 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp')
| -rw-r--r-- | src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp b/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp index 6f7bed6db..ae0e8a4a6 100644 --- a/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp +++ b/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp @@ -96,6 +96,7 @@ const DecoderProperties DecoderFFmpegFactory::properties() const { properties.contentTypes << "audio/3gpp" << "audio/3gpp2" << "audio/mp4"; properties.contentTypes << "audio/MP4A-LATM" << "audio/mpeg4-generic"; + properties.contentTypes << "audio/m4a"; } if(filters.contains("*.ac3")) properties.contentTypes << "audio/ac3"; |
