summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-05 10:38:56 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-05 10:38:56 +0000
commitb749836b0824fbf406ad16f327edd1de074a952b (patch)
treeb38342a2af9b10eaed2e1ec0243d5942b3124143 /etc
parent1815f7c64e8f6c91e030a951c64f464be75a4c8a (diff)
downloadmpv-b749836b0824fbf406ad16f327edd1de074a952b.tar.bz2
mpv-b749836b0824fbf406ad16f327edd1de074a952b.tar.xz
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9535 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8b802c5398..657b2b6c0b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -68,6 +68,15 @@ videocodec mtga
driver mtga
out BGR32,BGR24
+videocodec sgi
+ info "SGI images decoder"
+ status working
+ comment "SGI1 is an internal MPlayer FOURCC"
+ fourcc SGI1
+ driver sgi
+ out BGR24
+
+
videocodec fli
info "Autodesk FLI/FLC Animation"
status working