summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
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