diff --git a/ffmpeg.c b/ffmpeg.c index 3989462d1e40d25d8cd4a51561503d97793a84c8..f3e880920e29a7f859a8181007315a2d9398d8c8 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -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)