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
This commit is contained in:
reimar 2010-06-23 17:34:19 +00:00 committed by Uoti Urpala
parent ad0be725b8
commit c795508d5f
1 changed files with 9 additions and 0 deletions

View File

@ -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