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
pull/126/head
Stefano Sabatini 18 years ago committed by Diego Biurrun
parent 5c14a7955e
commit 74f0780543
  1. 2
      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){

Loading…
Cancel
Save