[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.10,1.11

Nicolas Plourde CVS syncmail at mplayerhq.hu
Mon May 31 17:16:43 CEST 2004


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv26067/libvo

Modified Files:
	vo_quartz.c 
Log Message:
uyvy osd support

Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vo_quartz.c	18 May 2004 20:49:44 -0000	1.10
+++ vo_quartz.c	31 May 2004 15:16:41 -0000	1.11
@@ -114,7 +114,7 @@
 			vo_draw_alpha_yv12(w,h,src,srca,stride, ((char*)P) + P->componentInfoY.offset + x0 + y0 * imgRect.right, imgRect.right);
 			break;
 		case IMGFMT_UYVY:
-			//vo_draw_alpha_uyvy(w,h,src,srca,stride,((char*)P) + (x0 + y0 * imgRect.right) * 2,imgRect.right*2);
+			vo_draw_alpha_uyvy(w,h,src,srca,stride,((char*)P) + (x0 + y0 * imgRect.right) * 2,imgRect.right*2);
 			break;
 		case IMGFMT_YUY2:
 			vo_draw_alpha_yuy2(w,h,src,srca,stride,((char*)P) + (x0 + y0 * imgRect.right) * 2,imgRect.right*2);




More information about the MPlayer-cvslog mailing list