Commit e2877bdf authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: remove incorrect network deinit

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 699341d6
......@@ -352,7 +352,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