changeset 29456:3e4e16a014f3

Allow decoding of 48 bit png image files.
author cehoyos
date Wed, 12 Aug 2009 00:27:00 +0000
parents 7e16dc5c741b
children 052acc1342ca
files etc/codecs.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Aug 11 23:26:42 2009 +0000
+++ b/etc/codecs.conf	Wed Aug 12 00:27:00 2009 +0000
@@ -377,7 +377,7 @@
   fourcc "png " ; for PNG-encoded QuickTime files
   driver ffmpeg
   dll png
-  out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+  out BGR32,BGR24,BGR8,Y800,RGB48BE,RGB32,RGB24,RGB8
 
 videocodec mpng
   info "PNG image"