summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-24 16:31:43 +0100
committerwm4 <wm4@nowhere>2013-02-24 16:31:43 +0100
commit10ed11eefad93479bd7c8340da4c7603726329e5 (patch)
tree3b26ec251e472cc00249627fb1baa6b2040ce94f /demux/codec_tags.c
parentbab429870e63bc13bc7583c2eba66f93cfd768a2 (diff)
downloadmpv-10ed11eefad93479bd7c8340da4c7603726329e5.tar.bz2
mpv-10ed11eefad93479bd7c8340da4c7603726329e5.tar.xz
demux_mf: map to codecs directly
Instead of going through FourCCs and codec_tags.c.
Diffstat (limited to 'demux/codec_tags.c')
-rw-r--r--demux/codec_tags.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 1719a4373f..429da5582c 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -290,9 +290,6 @@ static const struct mp_codec_tag mp_video_codec_tags[] = {
{MKTAG('M', 'V', 'I', '1'), "motionpixels"},
{MKTAG('M', 'D', 'E', 'C'), "mdec"},
{MKTAG('N', 'U', 'V', '1'), "nuv"},
- {MKTAG('p', 't', 'x', ' '), "ptx"},
- {MKTAG('S', 'G', 'I', '1'), "sgi"},
- {MKTAG('s', 'u', 'n', ' '), "sunrast"},
{MKTAG('F', 'L', 'I', 'C'), "flic"},
{MKTAG('R', 'o', 'Q', 'V'), "roq"},
{MKTAG('A', 'M', 'V', 'V'), "amv"},