1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

remove useless init

Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-06-25 18:51:21 +00:00
parent 4d35bf74f9
commit f0754ad822

View File

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