diff etc/codecs.conf @ 31701:013a496467b9

ffvp8 is now significantly faster for x86-64 than fflibvpx.
author cehoyos
date Thu, 22 Jul 2010 08:52:41 +0000
parents cc5e21203fb5
children 00884af812b8
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Jul 21 19:29:36 2010 +0000
+++ b/etc/codecs.conf	Thu Jul 22 08:52:41 2010 +0000
@@ -2176,14 +2176,6 @@
   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 using direct rendering due to missing edge emulation"
@@ -2193,6 +2185,14 @@
   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