[Mplayer-cvslog] CVS: main/libvo mga_common.c,1.45,1.46
Arpi of Ize
arpi at mplayerhq.hu
Thu Oct 10 02:11:01 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.44,1.45 vo_png.c,1.20,1.21 vo_xv.c,1.119,1.120 vosub_vidix.c,1.54,1.55
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.45,1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv511
Modified Files:
mga_common.c
Log Message:
compiler warning found by Dominik
Index: mga_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/mga_common.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mga_common.c 10 Oct 2002 00:09:34 -0000 1.45
+++ mga_common.c 10 Oct 2002 00:10:58 -0000 1.46
@@ -397,7 +397,7 @@
static uint32_t preinit(const char *vo_subdevice)
{
- char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
+ const char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
f = open(devname,O_RDWR);
if(f == -1)
- Previous message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.44,1.45 vo_png.c,1.20,1.21 vo_xv.c,1.119,1.120 vosub_vidix.c,1.54,1.55
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.45,1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list