Mercurial > mplayer.hg
changeset 29446:da2641b029b1
Allow out-formats for IMGFMT_RGB48* in codecs.conf.
author | cehoyos |
---|---|
date | Tue, 11 Aug 2009 17:54:11 +0000 |
parents | 3e9db1ac8cf1 |
children | db248c87f4cf |
files | codec-cfg.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Tue Aug 11 17:52:01 2009 +0000 +++ b/codec-cfg.c Tue Aug 11 17:54:11 2009 +0000 @@ -165,6 +165,8 @@ {"RGB16", IMGFMT_RGB|16}, {"RGB24", IMGFMT_RGB|24}, {"RGB32", IMGFMT_RGB|32}, + {"RG48LE", IMGFMT_RGB|48}, + {"RG48BE", IMGFMT_RGB|49}, {"BGR4", IMGFMT_BGR|4}, {"BGR8", IMGFMT_BGR|8}, {"BGR15", IMGFMT_BGR|15},