diff etc/codecs.conf @ 29456:3e4e16a014f3

Allow decoding of 48 bit png image files.
author cehoyos
date Wed, 12 Aug 2009 00:27:00 +0000
parents 28e5ee835b6b
children 3fd3fae1b6f0
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"