Commit 02b43404 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: remove incorrect network deinit

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
(cherry picked from commit e2877bdf)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 25daf274
......@@ -353,7 +353,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). */
......
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