forked from FFmpeg/FFmpeg
remove useless init, logfilename is static
Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
acae1492cf
commit
794ac28c52
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue