Commit f0ea0a19 authored by Antoine Cellerier's avatar Antoine Cellerier

* add qdm2 support. Thanks to the ffmpeg people for this new feature.

parent ed646f0f
......@@ -20,6 +20,7 @@ Input:
Decoders:
* Support for libSDL_image to import different image types
* Musepack decoder using libmpdec
* QDM2 audio support (needs ffmpeg from 19th oct 2005 or later)
Services discovery:
* UPnP service discovery
......
......@@ -992,6 +992,10 @@ static struct
AUDIO_ES, "Apple Lossless Audio Codec" },
#endif
/* QDM2 */
{ VLC_FOURCC('Q','D','M','2'), CODEC_ID_QDM2,
AUDIO_ES, "QDM2" },
/* PCM */
{ VLC_FOURCC('s','8',' ',' '), CODEC_ID_PCM_S8,
AUDIO_ES, "PCM S8" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment