[Mplayer-cvslog] CVS: main/etc codecs.conf,1.104,1.105

Mike Melanson melanson at mplayer.dev.hu
Sun Dec 23 23:20:48 CET 2001


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

Modified Files:
	codecs.conf 
Log Message:
This commit adds initial support for Quicktime Animation (RLE) video. It
also fixes a FLI function name (FLI is not an AVI decoder).


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- codecs.conf	22 Dec 2001 14:40:21 -0000	1.104
+++ codecs.conf	23 Dec 2001 22:20:46 -0000	1.105
@@ -302,6 +302,14 @@
   driver msvidc
   out BGR32,BGR24
 
+videocodec qtrle
+  info "Quicktime Animation (RLE)"
+  status working
+; codec fourcc = "rle "
+  format 0x20656C72
+  driver qtrle
+  out BGR32,BGR24
+
 ; =============== WINDOWS DLL's ==============
 
 videocodec vp3




More information about the MPlayer-cvslog mailing list