summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-11 18:40:59 +0100
committerwm4 <wm4@nowhere>2013-11-11 18:40:59 +0100
commitd8882bbfb76fd9973134d0cb59b9dda064225354 (patch)
treee1f62b98003f4039639b12029839795772c2b346 /demux/codec_tags.c
parent149ab3afa22bf03dc8334fd607d4c92440ab541e (diff)
downloadmpv-d8882bbfb76fd9973134d0cb59b9dda064225354.tar.bz2
mpv-d8882bbfb76fd9973134d0cb59b9dda064225354.tar.xz
demux_mkv: support some raw PCM variants
This affects 64 bit floats and big endian integer PCM variants (basically crap nobody uses). Possibly not all MS-muxed files work, but I couldn't get or produce any samples. Remove a bunch of format tags that are not needed anymore. Most of these were used by demux_mov, which is long gone. Repurpose/abuse 'twos' as mpv-internal tag for dealing with the PCM variants mentioned above.
Diffstat (limited to 'demux/codec_tags.c')
-rw-r--r--demux/codec_tags.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 66489aae03..dbf384fdbd 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -132,7 +132,6 @@ static const struct mp_codec_tag mp_audio_codec_tags[] = {
{MKTAG('B', 'P', 'C', 'M'), "pcm_bluray"},
{MKTAG('P', 'L', 'X', 'F'), "pcm_lxf"},
{MKTAG('T', 'W', 'I', '2'), "twinvq"},
- {0x20776172, "pcm"}, // demux_mpg.c dvdpcm
{0},
};