diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-08-11 13:09:35 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-11 13:09:35 +0000 |
commit | c20bd3e0d8b18a19dc0667f1f74700a6518c046c (patch) | |
tree | f89000c7d29f2779ed091f9b89afe562eb31948c /ffmpeg.c | |
parent | 63dd9d0ee3126c04f2028e2459140dd9035e0fde (diff) | |
download | ffmpeg-c20bd3e0d8b18a19dc0667f1f74700a6518c046c.tar.gz |
Make ffmpeg -formats exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |