changeset 15505:369a4ade048b

8bit palette mode support for png
author henry
date Wed, 18 May 2005 11:45:55 +0000
parents cec4a515061f
children 2b9a8966c53f
files etc/codecs.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Wed May 18 11:38:06 2005 +0000
+++ b/etc/codecs.conf	Wed May 18 11:45:55 2005 +0000
@@ -96,7 +96,7 @@
   fourcc "png " ; for PNG-encoded QuickTime files
   dll "libpng"
   driver mpng
-  out BGR32,BGR24
+  out BGR32,BGR24,BGR8,Y800
 
 videocodec mtga
   info "TGA image decoder"