From 1e1ee8b7b0272e9d0b03966e166e6875c34d7e62 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 1 Sep 2005 20:42:13 +0000 Subject: 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 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3