diff etc/codecs.conf @ 31509:34d6e6051cc4

fflibvpx is significantly faster than ffvp8 for nearly all users.
author cehoyos
date Sun, 27 Jun 2010 20:46:42 +0000
parents d7ef415c30fa
children 06d3aac894e8
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Jun 27 19:56:49 2010 +0000
+++ b/etc/codecs.conf	Sun Jun 27 20:46:42 2010 +0000
@@ -2176,6 +2176,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 ffvp8
   info "FFmpeg VP8"
   comment "not working due to missing edge emulation"
@@ -2185,14 +2193,6 @@
   dll "vp8"
   out YV12
 
-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