From 74f07805431ab2fa3805a523f0de0ca0b1195482 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 11 Aug 2007 13:12:32 +0000 Subject: Make show-version exit 0. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 40aacd7017..33c49fafd2 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3544,7 +3544,7 @@ static void opt_show_version(void) "libavcodec %d\n" "libavformat %d\n", LIBAVUTIL_BUILD, avcodec_build(), LIBAVFORMAT_BUILD); - exit(1); + exit(0); } static int opt_default(const char *opt, const char *arg){ -- cgit v1.2.3