summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/codec_tags.c')
-rw-r--r--demux/codec_tags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 70b7a9a26e..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
@@ -310,6 +311,7 @@ static const struct mp_codec_tag mp_video_codec_tags[] = {
{MKTAG('I', 'N', 'P', 'V'), "interplayvideo"},
{MKTAG('V', 'Q', 'A', 'V'), "ws_vqa"},
{MKTAG('C', '9', '3', 'V'), "c93"},
+ {MKTAG('V', 'P', '9', '0'), "vp9"},
{0},
};