diff etc/codecs.conf @ 12397:adfd98f1abf7

Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv
author rtognimp
date Sun, 02 May 2004 17:09:05 +0000
parents 4db6ca9c27b5
children cafd695b8eb4
line wrap: on
line diff
--- a/etc/codecs.conf	Sun May 02 16:22:32 2004 +0000
+++ b/etc/codecs.conf	Sun May 02 17:09:05 2004 +0000
@@ -158,6 +158,14 @@
   dll "8bps"
   out BGR32,BGR24,BGR8 query
 
+videocodec ffcyuv
+  info "Creative YUV (libavcodec)"
+  status working
+  fourcc cyuv,CYUV
+  driver ffmpeg
+  dll "cyuv"
+  out 411P
+
 videocodec cyuv
   info "Creative YUV (native codec)"
   status working