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
This commit is contained in:
Stefano Sabatini 2007-08-11 13:12:32 +00:00 committed by Diego Biurrun
parent 5c14a7955e
commit 74f0780543
1 changed files with 1 additions and 1 deletions

View File

@ -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){