# HG changeset patch # User reimar # Date 1277314459 0 # Node ID d7ef415c30fab73ac2144f2413c460f049815e74 # Parent 37a2dae0ab4bb73b0533d27b37a25cecaec93f7d Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires edge emulation support. diff -r 37a2dae0ab4b -r d7ef415c30fa etc/codecs.conf --- a/etc/codecs.conf Wed Jun 23 16:57:04 2010 +0000 +++ b/etc/codecs.conf Wed Jun 23 17:34:19 2010 +0000 @@ -2176,6 +2176,15 @@ 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