changeset 12441:cafd695b8eb4

Support ffmpeg cinepak decoder
author rtognimp
date Fri, 07 May 2004 21:43:18 +0000
parents 56bdb9b7a4bc
children a5fdd848c0b7
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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