Commit 74f07805 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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
parent 5c14a795
......@@ -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){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment