summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-25 18:30:02 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-25 18:30:02 +0000
commit6b9a3bc1a4f965c7c87c1c4e6b0d8e4854dd6f24 (patch)
treec4edb8dd45aba2f7c7d38cf44db9ff7dd852b70a /libmpdemux
parent21c200e767312f3fe2d335a3e4cb2597cfdd0cfb (diff)
downloadmpv-6b9a3bc1a4f965c7c87c1c4e6b0d8e4854dd6f24.tar.bz2
mpv-6b9a3bc1a4f965c7c87c1c4e6b0d8e4854dd6f24.tar.xz
sun rasterfile decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26102 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_mf.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libmpdemux/demux_mf.c b/libmpdemux/demux_mf.c
index f460395a9a..ae2a839dae 100644
--- a/libmpdemux/demux_mf.c
+++ b/libmpdemux/demux_mf.c
@@ -70,6 +70,13 @@ static const struct {
{ "tga", mmioFOURCC('M', 'T', 'G', 'A') },
{ "tif", mmioFOURCC('t', 'i', 'f', 'f') },
{ "sgi", mmioFOURCC('S', 'G', 'I', '1') },
+ { "sun", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "ras", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "ra", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im1", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im8", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "im24", mmioFOURCC('s', 'u', 'n', ' ') },
+ { "sunras", mmioFOURCC('s', 'u', 'n', ' ') },
{ NULL, 0 }
};