[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.19,1.20 vo_md5.c,1.8,1.9
    Richard Felker CVS 
    rfelker at mplayer.dev.hu
       
    Fri Feb  1 03:49:07 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/libvo vo_mga.c,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main help_mp-cz.h,1.9,1.10 help_mp-de.h,1.22,1.23 help_mp-dk.h,1.5,1.6 help_mp-en.h,1.22,1.23 help_mp-es.h,1.5,1.6 help_mp-fr.h,1.11,1.12 help_mp-hu.h,1.26,1.27 help_mp-it.h,1.3,1.4 help_mp-ko.h,1.2,1.3 help_mp-nl.h,1.9,1.10 help_mp-no.h,1.5,1.6 help_mp-pl.h,1.21,1.22 help_mp-ro.h,1.3,1.4 help_mp-ru.h,1.9,1.10
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv27643/libvo
Modified Files:
	vo_gl.c vo_md5.c 
Log Message:
change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fixes crash caused by the changeover
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vo_gl.c	31 Jan 2002 11:46:46 -0000	1.19
+++ vo_gl.c	1 Feb 2002 02:49:04 -0000	1.20
@@ -96,7 +96,7 @@
  * allocate colors and (shared) memory
  */
 static uint32_t 
-init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format,const vo_tune_info_t *info)
+config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format,const vo_tune_info_t *info)
 {
 //	int screen;
 	unsigned int fg, bg;
Index: vo_md5.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_md5.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_md5.c	31 Jan 2002 09:52:45 -0000	1.8
+++ vo_md5.c	1 Feb 2002 02:49:04 -0000	1.9
@@ -37,7 +37,7 @@
 static FILE * md5_file;
 
 static uint32_t
-init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info)
+config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info)
 {
     md5_file = fopen ("md5", "w");
     return video_out_pgm.config (width, height, d_width,d_height,fullscreen, title, format,info);
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_mga.c,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main help_mp-cz.h,1.9,1.10 help_mp-de.h,1.22,1.23 help_mp-dk.h,1.5,1.6 help_mp-en.h,1.22,1.23 help_mp-es.h,1.5,1.6 help_mp-fr.h,1.11,1.12 help_mp-hu.h,1.26,1.27 help_mp-it.h,1.3,1.4 help_mp-ko.h,1.2,1.3 help_mp-nl.h,1.9,1.10 help_mp-no.h,1.5,1.6 help_mp-pl.h,1.21,1.22 help_mp-ro.h,1.3,1.4 help_mp-ru.h,1.9,1.10
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list