[Mplayer-cvslog] CVS: main/vidix/drivers nvidia_vid.c,1.17,1.18

Sascha Sommer CVS faust3 at mplayerhq.hu
Wed Oct 22 20:36:14 CEST 2003


Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv23451/vidix/drivers

Modified Files:
	nvidia_vid.c 
Log Message:
cvidix geometry support in textmode

Index: nvidia_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/nvidia_vid.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nvidia_vid.c	21 Oct 2003 17:15:34 -0000	1.17
+++ nvidia_vid.c	22 Oct 2003 18:35:51 -0000	1.18
@@ -486,7 +486,7 @@
 void rivatv_overlay_start (struct rivatv_info *info,int bufno){
     uint32_t base, size, offset, xscale, yscale, pan;
     uint32_t value;
-	int x=8, y=8;
+	int x=info->wx?info->wx:8, y=info->wy?info->wy:8;
 	int lwidth=info->d_width, lheight=info->d_height;
 	int bps;
 



More information about the MPlayer-cvslog mailing list