[Mplayer-cvslog] CVS: main/input input.c,1.18,1.19
    Zoltan Ponekker 
    pontscho at mplayer.dev.hu
       
    Mon Mar 11 10:19:18 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.21,1.22 mw.h,1.49,1.50 play.c,1.51,1.52 play.h,1.20,1.21
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.26,1.27
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv19914/input
Modified Files:
	input.c 
Log Message:
remove obsoleted function (mplResize)
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- input.c	10 Mar 2002 03:47:53 -0000	1.18
+++ input.c	11 Mar 2002 09:19:15 -0000	1.19
@@ -860,9 +860,10 @@
 void
 mp_cmd_free(mp_cmd_t* cmd) {
   int i;
-#ifdef MP_DEBUG
-  assert(cmd != NULL);
-#endif
+//#ifdef MP_DEBUG
+//  assert(cmd != NULL);
+//#endif
+  if ( !cmd ) return;
 
   if(cmd->name)
     free(cmd->name);
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mplayer.c,1.21,1.22 mw.h,1.49,1.50 play.c,1.51,1.52 play.h,1.20,1.21
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.26,1.27
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list