[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.51,1.52
Arpi of Ize
arpi at mplayerhq.hu
Sun Sep 29 21:23:24 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c,1.16,1.17 vd_realvid.c,1.15,1.16 ve_libdv.c,1.4,1.5 ve_vfw.c,1.10,1.11 vf_fame.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.170,1.171 mplayer.c,1.580,1.581 mplayer.h,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv17245
Modified Files:
vo_svga.c
Log Message:
warning fix - hope it don't break it
Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- vo_svga.c 22 Sep 2002 02:33:26 -0000 1.51
+++ vo_svga.c 29 Sep 2002 19:23:21 -0000 1.52
@@ -753,7 +753,7 @@
static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
unsigned char *srca, int stride) {
- int base;
+ char* base;
if(oldmethod) {
base=buffer;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_realaud.c,1.16,1.17 vd_realvid.c,1.15,1.16 ve_libdv.c,1.4,1.5 ve_vfw.c,1.10,1.11 vf_fame.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.170,1.171 mplayer.c,1.580,1.581 mplayer.h,1.19,1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list