diff etc/codecs.conf @ 7362:8ae490fbf89d

TGA images (-mf on:type=tga) support patch by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
author arpi
date Tue, 10 Sep 2002 20:59:52 +0000
parents 12c25243426c
children 114d0da0258b
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Sep 10 20:42:45 2002 +0000
+++ b/etc/codecs.conf	Tue Sep 10 20:59:52 2002 +0000
@@ -60,6 +60,14 @@
   driver mpng
   out BGR32,BGR24
 
+videocodec mtga
+  info "TGA images decoder"
+  status working
+  comment "Only 24bpp and 32bpp RGB TGA files supported"
+  fourcc mtga,MTGA
+  driver mtga
+  out BGR32 ;,BGR24
+
 videocodec fli
   info "Autodesk FLI/FLC Animation"
   status working