[MPlayer-cvslog] r34595 - trunk/etc/codecs.conf
cehoyos
subversion at mplayerhq.hu
Tue Jan 24 19:11:10 CET 2012
Author: cehoyos
Date: Tue Jan 24 19:11:10 2012
New Revision: 34595
Log:
Fix 32-bit png playback with current FFmpeg.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Tue Jan 24 19:02:55 2012 (r34594)
+++ trunk/etc/codecs.conf Tue Jan 24 19:11:10 2012 (r34595)
@@ -596,7 +596,7 @@ videocodec ffpng
fourcc "png " ; for PNG-encoded QuickTime files
driver ffmpeg
dll png
- out BGR32,BGR8,Y800,RGB48BE,RGB24
+ out BGR32,BGR8,Y800,RGB48BE,RGBA,RGB24
videocodec mpng
info "PNG image"
@@ -695,7 +695,7 @@ videocodec ffqtrle
format 0x20656C72 ; "rle "
driver ffmpeg
dll "qtrle"
- out BGR32,RGB24,BGR15,BGR8 query
+ out BGR32,RGB24,BGR15,BGR8
videocodec ffrpza
info "QuickTime Apple Video"
More information about the MPlayer-cvslog
mailing list