ffmpeg | branch: release/2.6 | Michael Niedermayer <michae...@gmx.at> | Thu Apr 23 14:29:47 2015 +0200| [8a7748e1de22055889e2ae5de8b404155d845b3f] | committer: Michael Niedermayer
ffmpeg: remove incorrect network deinit Signed-off-by: Michael Niedermayer <michae...@gmx.at> (cherry picked from commit e2877bdf3862325c2982c3237d9bf28f1bbf793f) Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a7748e1de22055889e2ae5de8b404155d845b3f --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index e4fbf2a..bd75d40 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -351,7 +351,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). */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog