remove useless init

Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 4d35bf74f9
commit f0754ad822
  1. 3
      ffserver.c

@ -564,9 +564,6 @@ static int http_server(void)
start_children(first_feed);
first_http_ctx = NULL;
nb_connections = 0;
start_multicast();
for(;;) {

Loading…
Cancel
Save