Re: [FFmpeg-devel] [PATCH] ffmpeg: remove incorrect network deinit

2015-04-28 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 02:29:47PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > ffmpeg.c |1 - > 1 file changed, 1 deletion(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but

[FFmpeg-devel] [PATCH] ffmpeg: remove incorrect network deinit

2015-04-23 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- ffmpeg.c |1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 1ba0a42..7e5b16d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -352,7 +352,6 @@ void term_init(void) signal(SIGQUIT, sigterm_handler); /* Quit (POSIX). */ } #e