diff etc/codecs.conf @ 16338:cbd034008ee0

Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA, SHLWAPI.PathFindExtensionA and SHLWAPI.PathFindFileNameA. Tested with http://www.on2.com/vp7_samples/potter-40.vp7.
author reimar
date Thu, 01 Sep 2005 20:42:13 +0000
parents 01eda5fba7c0
children b95513343d81
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Sep 01 15:59:55 2005 +0000
+++ b/etc/codecs.conf	Thu Sep 01 20:42:13 2005 +0000
@@ -1342,6 +1342,15 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec vp7
+  info "On2 VP7 Personal Codec"
+  status working
+  fourcc VP70
+  driver vfwex
+  dll "vp7vfw.dll"
+  out YUY2
+  out BGR32,BGR24
+
 videocodec mwv1
   info "Motion Wavelets"
   status working