From af52185c9326a864d7b7a12005398a01d5d4e4a3 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 20 Dec 2009 13:25:08 +0000 Subject: VP6F has to be flipped for binary decoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30076 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'etc/codecs.conf') 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 -- cgit v1.2.3