summaryrefslogtreecommitdiff
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-04-28 15:57:21 +0200
commite2877bdf3862325c2982c3237d9bf28f1bbf793f (patch)
treec166ff99a6cbba5066e0b0281ce66c768dd69ca1 /ffmpeg.c
parent699341d647f7af785fb8ceed67604467b0b9ab12 (diff)
ffmpeg: remove incorrect network deinit
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 1ba0a42058..7e5b16d0ec 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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). */