[FFmpeg-cvslog] r13973 - trunk/ffserver.c
bcoudurier
subversion
Wed Jun 25 20:51:21 CEST 2008
Author: bcoudurier
Date: Wed Jun 25 20:51:21 2008
New Revision: 13973
Log:
remove useless init
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Wed Jun 25 20:51:21 2008
@@ -564,9 +564,6 @@ static int http_server(void)
start_children(first_feed);
- first_http_ctx = NULL;
- nb_connections = 0;
-
start_multicast();
for(;;) {
More information about the ffmpeg-cvslog
mailing list