Mercurial > mplayer.hg
changeset 34939:79c374e70653
Allow specifying ARGB and ABGR colour-spaces in codecs.conf.
author | cehoyos |
---|---|
date | Tue, 17 Jul 2012 10:51:55 +0000 |
parents | e28d06b74813 |
children | 6f2a96de70f3 |
files | codec-cfg.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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},