changeset 31476:d7ef415c30fa

Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires edge emulation support.
author reimar
date Wed, 23 Jun 2010 17:34:19 +0000
parents 37a2dae0ab4b
children 86888a4c406e
files etc/codecs.conf
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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