[MPlayer-cvslog] r33290 - trunk/etc/codecs.conf

reimar subversion at mplayerhq.hu
Fri Apr 22 11:16:23 CEST 2011


Author: reimar
Date: Fri Apr 22 11:16:22 2011
New Revision: 33290

Log:
Add support for FFmpeg's Deluxe Paint Animation decoder.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Fri Apr 22 11:10:32 2011	(r33289)
+++ trunk/etc/codecs.conf	Fri Apr 22 11:16:22 2011	(r33290)
@@ -9,6 +9,14 @@ release 20110311
 ;                   VIDEO CODECS
 ;=============================================================================
 
+videocodec ffanm
+  info "FFmpeg Deluxe Paint Animation"
+  status working
+  fourcc "ANM " ; internal MPlayer FourCC
+  driver ffmpeg
+  dll anm
+  out BGR8
+
 videocodec ffbinkvideo
   info "FFmpeg Bink Video"
   status working


More information about the MPlayer-cvslog mailing list