diff etc/codecs.conf @ 9534:87e03d96a4cd

add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
author michael
date Wed, 05 Mar 2003 10:38:56 +0000
parents c5bb811fa7fc
children 9e0e6579f46d
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Mar 05 10:28:32 2003 +0000
+++ b/etc/codecs.conf	Wed Mar 05 10:38:56 2003 +0000
@@ -68,6 +68,15 @@
   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