OSDN Git Service

ffmpeg: remove incorrect network deinit
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 23 Apr 2015 12:29:47 +0000 (14:29 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 28 Apr 2015 14:11:00 +0000 (16:11 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit e2877bdf3862325c2982c3237d9bf28f1bbf793f)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c

index d0124e7..94780f9 100644 (file)
--- 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).  */