summaryrefslogtreecommitdiffstats
path: root/demux/mp_taglists.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/mp_taglists.c')
-rw-r--r--demux/mp_taglists.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/demux/mp_taglists.c b/demux/mp_taglists.c
index afd1b971ce..d5bbcae693 100644
--- a/demux/mp_taglists.c
+++ b/demux/mp_taglists.c
@@ -74,14 +74,6 @@ static const struct tag mp_codecid_override_tags[] = {
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4')},
{ CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'V')},
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
- { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's')},
- { CODEC_ID_PCM_U8, 1},
- { CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's')},
- { CODEC_ID_PCM_S16LE, 1},
- { CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4')},
- { CODEC_ID_PCM_S24LE, 1},
- { CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2')},
- { CODEC_ID_PCM_S32LE, 1},
{ CODEC_ID_MP2, 0x50},
{ CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'G', '2')},
{ CODEC_ID_TRUEHD, MKTAG('T', 'R', 'H', 'D')},