aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-23 14:29:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-17 21:50:09 +0200
commit02b434044caa93e0384844dcff597d29ae31efe2 (patch)
tree2b98ab73d3c86b15f68edff43aae64d362075321
parent25daf27484ea6d9c090975893804aa4f096fcfd4 (diff)
downloadffmpeg-02b434044caa93e0384844dcff597d29ae31efe2.tar.gz
ffmpeg: remove incorrect network deinit
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e2877bdf3862325c2982c3237d9bf28f1bbf793f) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 0fab24aa78..318a860549 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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). */