[MPlayer-cvslog] r31015 - trunk/libvo/vo_corevideo.m

reimar subversion at mplayerhq.hu
Mon Apr 5 09:22:21 CEST 2010


Author: reimar
Date: Mon Apr  5 09:22:21 2010
New Revision: 31015

Log:
Enable OSD also for BGR32, the code is the same as for RGB32.

Modified:
   trunk/libvo/vo_corevideo.m

Modified: trunk/libvo/vo_corevideo.m
==============================================================================
--- trunk/libvo/vo_corevideo.m	Mon Apr  5 09:15:22 2010	(r31014)
+++ trunk/libvo/vo_corevideo.m	Mon Apr  5 09:22:21 2010	(r31015)
@@ -104,6 +104,7 @@ static void draw_alpha(int x0, int y0, i
 {
 	switch (image_format)
 	{
+		case IMGFMT_BGR32:
 		case IMGFMT_RGB32:
 			vo_draw_alpha_rgb32(w,h,src,srca,stride,image_data+4*(y0*image_width+x0),4*image_width);
 			break;


More information about the MPlayer-cvslog mailing list