[MPlayer-cvslog] r29943 - trunk/libmpcodecs/vf_scale.c
reimar
subversion at mplayerhq.hu
Sat Nov 21 19:58:03 CET 2009
Author: reimar
Date: Sat Nov 21 19:58:03 2009
New Revision: 29943
Log:
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
Modified:
trunk/libmpcodecs/vf_scale.c
Modified: trunk/libmpcodecs/vf_scale.c
==============================================================================
--- trunk/libmpcodecs/vf_scale.c Sat Nov 21 19:47:47 2009 (r29942)
+++ trunk/libmpcodecs/vf_scale.c Sat Nov 21 19:58:03 2009 (r29943)
@@ -68,6 +68,8 @@ static unsigned int outfmt_list[]={
IMGFMT_RGB32,
IMGFMT_BGR24,
IMGFMT_RGB24,
+ IMGFMT_RGB48LE,
+ IMGFMT_RGB48BE,
IMGFMT_BGR16,
IMGFMT_RGB16,
IMGFMT_BGR15,
More information about the MPlayer-cvslog
mailing list