[MPlayer-cvslog] r34187 - trunk/etc/codecs.conf
cehoyos
subversion at mplayerhq.hu
Tue Oct 11 17:31:09 CEST 2011
Author: cehoyos
Date: Tue Oct 11 17:31:08 2011
New Revision: 34187
Log:
Move non-existing ProRes decoder to the end.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Mon Oct 10 10:28:17 2011 (r34186)
+++ trunk/etc/codecs.conf Tue Oct 11 17:31:08 2011 (r34187)
@@ -3119,8 +3119,8 @@ videocodec qtprores
dll "AppleProResDecoder.qtx"
out YUY2
-videocodec ffprores
- info "FFmpeg Apple ProRes"
+videocodec ffproresgpl
+ info "FFmpeg ProRes, GPL v2 only"
status working
fourcc apch
fourcc apcn
@@ -3128,11 +3128,11 @@ videocodec ffprores
fourcc apco
fourcc ap4h
driver ffmpeg
- dll prores
+ dll prores_gpl
out 422P10,444P10
-videocodec ffproresgpl
- info "FFmpeg ProRes, GPL v2 only"
+videocodec ffproreslgpl
+ info "FFmpeg ProRes, LGPL"
status working
fourcc apch
fourcc apcn
@@ -3140,11 +3140,11 @@ videocodec ffproresgpl
fourcc apco
fourcc ap4h
driver ffmpeg
- dll prores_gpl
+ dll prores_lgpl
out 422P10,444P10
-videocodec ffproreslgpl
- info "FFmpeg ProRes, LGPL"
+videocodec ffprores
+ info "FFmpeg Apple ProRes"
status working
fourcc apch
fourcc apcn
@@ -3152,7 +3152,7 @@ videocodec ffproreslgpl
fourcc apco
fourcc ap4h
driver ffmpeg
- dll prores_lgpl
+ dll prores
out 422P10,444P10
; VSS codecs (http://vsofts.com/solutions.html):
More information about the MPlayer-cvslog
mailing list