changeset 34100:2bb0317b1ea5

The LGPL ProRes decoder is faster now than the GPL decoder.
author cehoyos
date Wed, 12 Oct 2011 09:24:58 +0000
parents 7a63c09be302
children bffc842649c2
files etc/codecs.conf
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Oct 11 15:31:08 2011 +0000
+++ b/etc/codecs.conf	Wed Oct 12 09:24:58 2011 +0000
@@ -3119,6 +3119,18 @@
   dll "AppleProResDecoder.qtx"
   out YUY2
 
+videocodec ffproreslgpl
+  info "FFmpeg ProRes, LGPL"
+  status working
+  fourcc apch
+  fourcc apcn
+  fourcc apcs
+  fourcc apco
+  fourcc ap4h
+  driver ffmpeg
+  dll prores_lgpl
+  out 422P10,444P10
+
 videocodec ffproresgpl
   info "FFmpeg ProRes, GPL v2 only"
   status working
@@ -3131,18 +3143,6 @@
   dll prores_gpl
   out 422P10,444P10
 
-videocodec ffproreslgpl
-  info "FFmpeg ProRes, LGPL"
-  status working
-  fourcc apch
-  fourcc apcn
-  fourcc apcs
-  fourcc apco
-  fourcc ap4h
-  driver ffmpeg
-  dll prores_lgpl
-  out 422P10,444P10
-
 videocodec ffprores
   info "FFmpeg Apple ProRes"
   status working