From c795508d5fb62bb7e4e7cf29d9422876344fd781 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 23 Jun 2010 17:34:19 +0000 Subject: 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 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc/codecs.conf') 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 -- cgit v1.2.3