diff --git a/ffmpeg.c b/ffmpeg.c index e8d281589c..d78f2ca92a 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -349,7 +349,6 @@ void term_init(void) signal(SIGQUIT, sigterm_handler); /* Quit (POSIX). */ } #endif - avformat_network_deinit(); signal(SIGINT , sigterm_handler); /* Interrupt (ANSI). */ signal(SIGTERM, sigterm_handler); /* Termination (ANSI). */