summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-01 20:42:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-01 20:42:13 +0000
commit1e1ee8b7b0272e9d0b03966e166e6875c34d7e62 (patch)
tree4484fc7aae8de8555e71ba7c1708d7198c296881 /etc
parent9315260e76cabc94fc16bc44e44359c6adc4c1db (diff)
downloadmpv-1e1ee8b7b0272e9d0b03966e166e6875c34d7e62.tar.bz2
mpv-1e1ee8b7b0272e9d0b03966e166e6875c34d7e62.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16339 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f1912edfa2..54030cd7bc 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1342,6 +1342,15 @@ videocodec vp6
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