diff etc/codecs.conf @ 12441:cafd695b8eb4

Support ffmpeg cinepak decoder
author rtognimp
date Fri, 07 May 2004 21:43:18 +0000
parents adfd98f1abf7
children 0971849c04b6
line wrap: on
line diff
--- a/etc/codecs.conf	Fri May 07 16:12:30 2004 +0000
+++ b/etc/codecs.conf	Fri May 07 21:43:18 2004 +0000
@@ -268,6 +268,14 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec ffcvid
+  info "Cinepak Video (native codec)"
+  status working
+  fourcc cvid,CVID
+  driver ffmpeg
+  dll "cinepak"
+  out YV12
+
 videocodec ffmszh
   info "AVImszh (native codec)"
   status working