Commit 794ac28c authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove useless init, logfilename is static

Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent acae1492
...@@ -4448,7 +4448,6 @@ int main(int argc, char **argv) ...@@ -4448,7 +4448,6 @@ int main(int argc, char **argv)
nb_max_connections = 5; nb_max_connections = 5;
max_bandwidth = 1000; max_bandwidth = 1000;
first_stream = NULL; first_stream = NULL;
logfilename[0] = '\0';
memset(&sigact, 0, sizeof(sigact)); memset(&sigact, 0, sizeof(sigact));
sigact.sa_handler = handle_child_exit; sigact.sa_handler = handle_child_exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment