aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-23 14:29:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-10 02:13:10 +0200
commit35ca5eb11f19faf86dbd0c604594091d5ff182ac (patch)
tree8e99c56fdcf94800664d869ab4beccd658b40b6c /ffmpeg.c
parente6cc6a08d9938c9c8dd2efa682112d7ca91a5512 (diff)
downloadffmpeg-35ca5eb11f19faf86dbd0c604594091d5ff182ac.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>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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). */