[Mplayer-cvslog] CVS: main/etc codecs.conf,1.267,1.268

Michael Niedermayer CVS michael at mplayerhq.hu
Wed Mar 5 11:39:27 CET 2003


Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv14971/etc

Modified Files:
	codecs.conf 
Log Message:
add  support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- codecs.conf	7 Feb 2003 20:11:07 -0000	1.267
+++ codecs.conf	5 Mar 2003 10:38:53 -0000	1.268
@@ -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



More information about the MPlayer-cvslog mailing list