summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-23 17:34:19 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:42 +0200
commitc795508d5fb62bb7e4e7cf29d9422876344fd781 (patch)
treea886d1e5720f178d4b78334f184977f60b604be7 /etc/codecs.conf
parentad0be725b8457f45d6f1a784b17a74b42baf85db (diff)
downloadmpv-c795508d5fb62bb7e4e7cf29d9422876344fd781.tar.bz2
mpv-c795508d5fb62bb7e4e7cf29d9422876344fd781.tar.xz
codecs_conf: Add FFmpeg VP8 decoder
Currently not working since MPlayer requires edge emulation support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 69bffc612c..a1a0be503e 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2176,6 +2176,15 @@ videocodec vp7
out YUY2
out BGR32,BGR24
+videocodec ffvp8
+ info "FFmpeg VP8"
+ comment "not working due to missing edge emulation"
+ status buggy
+ fourcc VP80
+ driver ffmpeg
+ dll "vp8"
+ out YV12
+
videocodec fflibvpx
info "FFmpeg wrapper for libvpx/VP8"
status working