You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
remove useless init, logfilename is static
Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -4448,7 +4448,6 @@ int main(int argc, char **argv)
|
||||
nb_max_connections = 5;
|
||||
max_bandwidth = 1000;
|
||||
first_stream = NULL;
|
||||
logfilename[0] = '\0';
|
||||
|
||||
memset(&sigact, 0, sizeof(sigact));
|
||||
sigact.sa_handler = handle_child_exit;
|
||||
|
Reference in New Issue
Block a user