diff etc/codecs.conf @ 34357:dd20c9da3051

Support FFmpeg mmvideo decoder. Patch by Paul B Mahol, onemda gmail
author cehoyos
date Wed, 14 Dec 2011 14:32:47 +0000
parents 9ae4b7f8b1e2
children 2cc52bc15984
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Dec 14 12:37:16 2011 +0000
+++ b/etc/codecs.conf	Wed Dec 14 14:32:47 2011 +0000
@@ -78,6 +78,14 @@
   dll mdec
   out YV12
 
+videocodec ffmmvideo
+  info "FFmpeg American Laser Games MM Video"
+  status working
+  fourcc "MMV " ; internal MPlayer FourCC
+  driver ffmpeg
+  dll mmvideo
+  out BGR8
+
 videocodec ffsiff
   info "FFmpeg Beam Software SIFF"
   status working