[Mplayer-cvslog] CVS: main/libvo vo_fsdga.c,1.7,1.8 vo_dga.c,1.38,1.39

Alex Beregszaszi alex at mplayer.dev.hu
Thu Jan 31 12:45:27 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv19982

Modified Files:
	vo_fsdga.c vo_dga.c 
Log Message:
removed obsoleted Terminate_Display_Process

Index: vo_fsdga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fsdga.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vo_fsdga.c	31 Jan 2002 09:52:45 -0000	1.7
+++ vo_fsdga.c	31 Jan 2002 11:45:25 -0000	1.8
@@ -270,11 +270,6 @@
   return 0;
 };
 
-static void Terminate_Display_Process( void ){
-
-  printf("vo_dga: Terminating display process\n");
-}
-
 static const vo_info_t* get_info( void )
 { return &vo_info; }
 
@@ -295,9 +290,7 @@
 static void
 uninit(void)
 {
-
   vo_dga_is_running = 0;
-  printf("vo_dga: in uninit\n");
   XUngrabPointer (vo_dga_dpy, CurrentTime);
   XUngrabKeyboard (vo_dga_dpy, CurrentTime);
   XF86DGADirectVideo (vo_dga_dpy, XDefaultScreen(vo_dga_dpy), 0);

Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- vo_dga.c	31 Jan 2002 09:52:45 -0000	1.38
+++ vo_dga.c	31 Jan 2002 11:45:25 -0000	1.39
@@ -23,6 +23,9 @@
  * - works only on x86 architectures
  *
  * $Log$
+ * Revision 1.39  2002/01/31 11:45:25  alex
+ * removed obsoleted Terminate_Display_Process
+ *
  * Revision 1.38  2002/01/31 09:52:45  nick
  * new info for tuning
  *
@@ -580,13 +583,6 @@
   }
   return 0;
 };
-
-//---------------------------------------------------------
-
-
-static void Terminate_Display_Process( void ){
-  vd_printf(VD_DBG, "vo_dga: Terminating display process\n");
-}
 
 //---------------------------------------------------------
 




More information about the MPlayer-cvslog mailing list