diff etc/codecs.conf @ 34304:05d2e60c728b

Support FFmpeg's EA MAD decoder. Patch by Paul B. Mahol, onemda gmail
author cehoyos
date Sun, 04 Dec 2011 23:03:24 +0000
parents 99a27279dcd0
children 2fef3034c98f
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Dec 04 22:52:58 2011 +0000
+++ b/etc/codecs.conf	Sun Dec 04 23:03:24 2011 +0000
@@ -53,6 +53,14 @@
   dll eacmv
   out BGR8
 
+videocodec ffeamad
+  info "FFmpeg EA MAD"
+  status working
+  fourcc MADk ; internal MPlayer FourCC
+  driver ffmpeg
+  dll eamad
+  out YV12
+
 videocodec ffmvi1
   info "FFmpeg Motion Pixels"
   status working