summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-11 20:19:08 +0200
committerwm4 <wm4@nowhere>2013-05-11 20:19:08 +0200
commit4ee0d0882030aaf11b11386018c10a9e336c7c7d (patch)
treebe2f4e642d61fb940d211fdf88be949684924e9e
parent02bbd87b2bc3330c4988515969f71d73a86828e1 (diff)
downloadmpv-4ee0d0882030aaf11b11386018c10a9e336c7c7d.tar.bz2
mpv-4ee0d0882030aaf11b11386018c10a9e336c7c7d.tar.xz
demux: fix big endian PCM in mkv with demux_mkv
-rw-r--r--demux/codec_tags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 2af450ad07..cf7e0356be 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -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