diff etc/codecs.conf @ 33203:6ef39cd0d5e1

Add support for FFmpeg's Deluxe Paint Animation decoder.
author reimar
date Fri, 22 Apr 2011 09:16:22 +0000
parents 800353f84f4d
children 00de7d752997
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Apr 22 09:10:32 2011 +0000
+++ b/etc/codecs.conf	Fri Apr 22 09:16:22 2011 +0000
@@ -9,6 +9,14 @@
 ;                   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