Commit c0830666 authored by Laurent Aimar's avatar Laurent Aimar

Added MLP fourcc definition to ffmpeg.

parent 63d2ae64
......@@ -1010,6 +1010,10 @@ static const struct
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(44<<8)+0)
{ VLC_FOURCC('A','P','E',' '), CODEC_ID_APE,
AUDIO_ES, "Monkey's Audio" },
#endif
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(58<<8)+0)
{ VLC_FOURCC('m','l','p',' '), CODEC_ID_MLP,
AUDIO_ES, "MLP/TrueHD Audio" },
#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