[FFmpeg-cvslog] r13848 - trunk/ffserver.c

bcoudurier subversion
Sat Jun 21 05:37:04 CEST 2008


Author: bcoudurier
Date: Sat Jun 21 05:37:04 2008
New Revision: 13848

Log:
remove useless init, logfilename is static

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sat Jun 21 05:37:04 2008
@@ -4448,7 +4448,6 @@ int main(int argc, char **argv)
     nb_max_connections = 5;
     max_bandwidth = 1000;
     first_stream = NULL;
-    logfilename[0] = '\0';
 
     memset(&sigact, 0, sizeof(sigact));
     sigact.sa_handler = handle_child_exit;




More information about the ffmpeg-cvslog mailing list