[MPlayer-cvslog] r29488 - trunk/codec-cfg.c
cehoyos
subversion at mplayerhq.hu
Tue Aug 11 19:54:11 CEST 2009
Author: cehoyos
Date: Tue Aug 11 19:54:11 2009
New Revision: 29488
Log:
Allow out-formats for IMGFMT_RGB48* in codecs.conf.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c Tue Aug 11 19:52:01 2009 (r29487)
+++ trunk/codec-cfg.c Tue Aug 11 19:54:11 2009 (r29488)
@@ -165,6 +165,8 @@ static int add_to_format(char *s, char *
{"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},
More information about the MPlayer-cvslog
mailing list