[Mplayer-cvslog] CVS: main cfgparser.h,1.16,1.17 mencoder.c,1.155,1.156

Arpi of Ize arpi at mplayerhq.hu
Sun Sep 1 16:30:56 CEST 2002


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

Modified Files:
	cfgparser.h mencoder.c 
Log Message:
warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: cfgparser.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfgparser.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cfgparser.h	31 Aug 2002 15:04:06 -0000	1.16
+++ cfgparser.h	1 Sep 2002 14:30:40 -0000	1.17
@@ -74,7 +74,7 @@
     int as_int;
     float as_float;
     void* as_pointer;
-    off_t* as_off_t;
+    off_t as_off_t;
   } param;
   char* opt_name;
 };

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- mencoder.c	31 Aug 2002 22:29:28 -0000	1.155
+++ mencoder.c	1 Sep 2002 14:30:40 -0000	1.156
@@ -528,7 +528,7 @@
     unsigned char tmp[3] = { 0, 0, 0 };
     if (spudec_ifo && vobsub_parse_ifo(NULL,spudec_ifo, palette, &width, &height, 1, dvdsub_id, tmp) >= 0)
 	vobsub_writer = vobsub_out_open(vobsub_out, palette, sh_video->disp_w, sh_video->disp_h,
-					vobsub_out_id?vobsub_out_id:tmp, vobsub_out_index);
+					vobsub_out_id?vobsub_out_id:(char *)tmp, vobsub_out_index);
 #ifdef USE_DVDREAD
     if (vobsub_writer == NULL) {
 	char tmp[3];




More information about the MPlayer-cvslog mailing list