[FFmpeg-cvslog] r10071 - trunk/ffmpeg.c
diego
subversion
Sat Aug 11 15:12:32 CEST 2007
Author: diego
Date: Sat Aug 11 15:12:32 2007
New Revision: 10071
Log:
Make show-version exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sat Aug 11 15:12:32 2007
@@ -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){
More information about the ffmpeg-cvslog
mailing list