[FFmpeg-cvslog] r10069 - trunk/ffmpeg.c
diego
subversion
Sat Aug 11 15:09:35 CEST 2007
Author: diego
Date: Sat Aug 11 15:09:35 2007
New Revision: 10069
Log:
Make ffmpeg -formats 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:09:35 2007
@@ -3301,7 +3301,7 @@ static void opt_show_formats(void)
"even though both encoding and decoding are supported. For example, the h263\n"
"decoder corresponds to the h263 and h263p encoders, for file formats it is even\n"
"worse.\n");
- exit(1);
+ exit(0);
}
static void parse_matrix_coeffs(uint16_t *dest, const char *str)
More information about the ffmpeg-cvslog
mailing list