changeset 4673:f1fab23304c6

mpg 32bpp support
author alex
date Tue, 12 Feb 2002 17:06:21 +0000
parents 030b3125e6f0
children 5a7eb882bb19
files etc/codecs.conf
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Feb 12 17:04:43 2002 +0000
+++ b/etc/codecs.conf	Tue Feb 12 17:06:21 2002 +0000
@@ -349,10 +349,11 @@
 
 videocodec mpng
   info "mPNG codec"
-  status buggy
+  status working
+  comment "Gray scaled PNG with Alpha channel not supported"
   fourcc mpng,MPNG
   driver mpng
-  out BGR24
+  out BGR32,BGR24
 
 videocodec roqvideo
   info "Id RoQ File Video Decoder"