summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 13:25:08 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 13:25:08 +0000
commitaf52185c9326a864d7b7a12005398a01d5d4e4a3 (patch)
treee6369da5675de6ae46e2294a7368620451dcb529 /etc
parent81783bceed260a17ccd353038327d168109c2a25 (diff)
downloadmpv-af52185c9326a864d7b7a12005398a01d5d4e4a3.tar.bz2
mpv-af52185c9326a864d7b7a12005398a01d5d4e4a3.tar.xz
VP6F has to be flipped for binary decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30076 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 9c7751b909..2baa7311f6 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2048,12 +2048,19 @@ videocodec vp6
info "On2 VP6 Personal Codec"
status working
fourcc VP60,VP61,VP62
- fourcc VP6F VP60
driver vfwex
dll "vp6vfw.dll"
out YUY2
out BGR32,BGR24
+videocodec vp6f
+ info "On2 VP6F Personal Codec"
+ status working
+ fourcc VP6F VP60
+ driver vfwex
+ dll "vp6vfw.dll"
+ out YUY2,BGR32,BGR24 flip
+
videocodec vp7
info "On2 VP7 Personal Codec"
status working