From 5b3e3be1759a3139dc3e7c56527aea325a7728ef Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 10 Sep 2002 20:59:52 +0000 Subject: TGA images (-mf on:type=tga) support patch by Tilman Sauerbeck git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7363 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 76f43f9bc9..7065a486f5 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -60,6 +60,14 @@ videocodec mpng 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 -- cgit v1.2.3