diff codec-cfg.c @ 34939:79c374e70653

Allow specifying ARGB and ABGR colour-spaces in codecs.conf.
author cehoyos
date Tue, 17 Jul 2012 10:51:55 +0000
parents 364fafc3283f
children 303bf4bab982
line wrap: on
line diff
--- a/codec-cfg.c	Tue Jul 17 07:51:55 2012 +0000
+++ b/codec-cfg.c	Tue Jul 17 10:51:55 2012 +0000
@@ -221,6 +221,7 @@
     {"RGB24",       IMGFMT_RGB24},
     {"RGB32",       IMGFMT_RGB32},
     {"RGBA",        IMGFMT_RGBA},
+    {"ARGB",        IMGFMT_ARGB},
     {"BGR4",        IMGFMT_BGR4},
     {"BGR8",        IMGFMT_BGR8},
     {"BGR15LE",     IMGFMT_BGR15LE},
@@ -229,6 +230,7 @@
     {"BGR24",       IMGFMT_BGR24},
     {"BGR32",       IMGFMT_BGR32},
     {"BGRA",        IMGFMT_BGRA},
+    {"ABGR",        IMGFMT_ABGR},
     {"RGB1",        IMGFMT_RGB1},
     {"BGR1",        IMGFMT_BGR1},
     {"GBR24P",      IMGFMT_GBR24P},