diff etc/codecs.conf @ 34644:3ed6c81c8dee

Support playback of CDXL files with -demuxer lavf.
author cehoyos
date Fri, 17 Feb 2012 20:07:21 +0000
parents 2d60b7bc2918
children ed17a153a918
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Feb 17 02:04:41 2012 +0000
+++ b/etc/codecs.conf	Fri Feb 17 20:07:21 2012 +0000
@@ -118,6 +118,14 @@
   dll "zmbv"
   out RGB24
 
+videocodec ffcdxl
+  info "FFmpeg CDXL"
+  status working
+  fourcc CDXL ; internal MPlayer FourCC
+  driver ffmpeg
+  dll cdxl
+  out BGR24,BGR8
+
 videocodec geov
   info "GeoCodec"
   comment "crashes without -nosound, hangs on exit"