Commit 0a90b9b0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add NellyMoser with FourCC NELL.

parent 68601b10
......@@ -80,6 +80,7 @@ Decoders:
* Closed Caption Decoder (DVD, ReplayTV, Tivo, DVB/ATSC)
* H.264 PAFF support
* DNxHD / VC-3 support
* NellyMoser ASAO support
Encoders:
* Flash Screen Video support
......
......@@ -1432,6 +1432,10 @@ static struct
#endif
{ VLC_FOURCC(0x22,0x0,0x0,0x0), CODEC_ID_TRUESPEECH,
AUDIO_ES, "TrueSpeech" },
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(46<<8)+0)
{ VLC_FOURCC('N','E','L','L'), CODEC_ID_NELLYMOSER,
AUDIO_ES, "NellyMoser ASAO" },
#endif
/* PCM */
{ VLC_FOURCC('s','8',' ',' '), CODEC_ID_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