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:
parent
5c14a7955e
commit
74f0780543
2
ffmpeg.c
2
ffmpeg.c
@ -3544,7 +3544,7 @@ static void opt_show_version(void)
|
|||||||
"libavcodec %d\n"
|
"libavcodec %d\n"
|
||||||
"libavformat %d\n",
|
"libavformat %d\n",
|
||||||
LIBAVUTIL_BUILD, avcodec_build(), LIBAVFORMAT_BUILD);
|
LIBAVUTIL_BUILD, avcodec_build(), LIBAVFORMAT_BUILD);
|
||||||
exit(1);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int opt_default(const char *opt, const char *arg){
|
static int opt_default(const char *opt, const char *arg){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user