Commit 0915ba1c authored by diego's avatar diego

Make show-version exit 0.

patch by Stefano Sabatini, stefano.sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10071 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 78624557
......@@ -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