diff etc/codecs.conf @ 31163:07faae7acdfa

Add support for decoding VP8 through libvpx wrapper in FFmpeg. patch by James Zern, jzern google com
author diego
date Tue, 25 May 2010 23:41:30 +0000
parents 307aae46ca01
children 1b0e34bfb35a
line wrap: on
line diff
--- a/etc/codecs.conf	Tue May 25 23:09:20 2010 +0000
+++ b/etc/codecs.conf	Tue May 25 23:41:30 2010 +0000
@@ -2173,6 +2173,14 @@
   out YUY2
   out BGR32,BGR24
 
+videocodec fflibvpx
+  info "FFmpeg wrapper for libvpx/VP8"
+  status working
+  fourcc VP80
+  driver ffmpeg
+  dll "libvpx"
+  out YV12
+
 videocodec mwv1
   info "Motion Wavelets"
   status working