[SCM] libav/experimental: Make ffmpeg -formats exit 0. patch by Stefano Sabatini, stefano.sabatini-lala poste it
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:05:22 UTC 2013
The following commit has been merged in the experimental branch:
commit c20bd3e0d8b18a19dc0667f1f74700a6518c046c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Aug 11 13:09:35 2007 +0000
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
diff --git a/ffmpeg.c b/ffmpeg.c
index 3989462..f3e8809 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list