demux: fix big endian PCM in mkv with demux_mkv

This commit is contained in:
wm4 2013-05-11 20:19:08 +02:00
parent 02bbd87b2b
commit 4ee0d08820
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ static const struct mp_codec_tag mp_audio_codec_tags[] = {
{0x1 , "pcm"}, // lavf: pcm_s16le
{0x3 , "pcm"}, // lavf: pcm_f32le
{0xfffe , "pcm"},
{MKTAG('t', 'w', 'o', 's'), "pcm"},
// ------- internal mplayer FourCCs ------
{MKTAG('O', 'p', 'u', 's'), "opus"}, // demux_mkv.c
{MKTAG('a', 'L', 'a', 'C'), "alac"}, // demux_mkv.c