Commit a5f770d3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Ramiro separated trueHD and mlp decoder in FFmpeg. Provide a new FourCC for this.

parent 059438ec
......@@ -1078,6 +1078,10 @@ static const struct
{ VLC_FOURCC('m','l','p',' '), CODEC_ID_MLP,
AUDIO_ES, "MLP/TrueHD Audio" },
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 22, 0 )
{ VLC_FOURCC('t','r','h','d'), CODEC_ID_TRUEHD,
AUDIO_ES, "TrueHD Audio" },
#endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 6, 0 )
{ VLC_FOURCC('Q','c','l','p'), CODEC_ID_QCELP,
AUDIO_ES, "QCELP Audio" },
......
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