diff etc/codecs.conf @ 12042:ebea9d9163b0

Support for vp5 and vp6 dll decoders Patch by Reimar Doeffinger
author rtognimp
date Thu, 18 Mar 2004 22:00:31 +0000
parents f5efd4195730
children 96336c83b249
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Mar 18 08:37:21 2004 +0000
+++ b/etc/codecs.conf	Thu Mar 18 22:00:31 2004 +0000
@@ -1147,6 +1147,24 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec vp5
+  info "On2 VP5 Personal Codec"
+  status working
+  fourcc VP50
+  driver vfwex
+  dll "vp5vfw.dll"
+  out YUY2
+  out BGR32,BGR24
+
+videocodec vp6
+  info "On2 VP6 Personal Codec"
+  status working
+  fourcc VP60,VP61,VP62
+  driver vfwex
+  dll "vp6vfw.dll"
+  out YUY2
+  out BGR32,BGR24
+
 videocodec mwv1
   info "Motion Wavelets"
   status working