[FFmpeg-cvslog] ffmpeg: remove incorrect network deinit

Michael Niedermayer git at videolan.org
Wed Jun 17 22:09:49 CEST 2015


ffmpeg | branch: release/2.2 | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 23 14:29:47 2015 +0200| [02b434044caa93e0384844dcff597d29ae31efe2] | committer: Michael Niedermayer

ffmpeg: remove incorrect network deinit

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit e2877bdf3862325c2982c3237d9bf28f1bbf793f)

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02b434044caa93e0384844dcff597d29ae31efe2
---

 ffmpeg.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 0fab24a..318a860 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).  */



More information about the ffmpeg-cvslog mailing list