From 20176cbc737a4896f10d199d5c02ae13cc74d34b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 21 May 2008 23:41:17 +0000 Subject: Get rid of more senseless wrapper functions and use OPT_EXIT instead. Originally committed as revision 13233 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index b30ecbceb0..995a775458 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3756,17 +3756,11 @@ static int opt_bsf(const char *opt, const char *arg) return 0; } -static void opt_show_version(void) -{ - show_version(); - av_exit(0); -} - static const OptionDef options[] = { /* main options */ { "L", OPT_EXIT, {(void*)show_license}, "show license" }, { "h", OPT_EXIT, {(void*)show_help}, "show help" }, - { "version", 0, {(void*)opt_show_version}, "show version" }, + { "version", OPT_EXIT, {(void*)show_version}, "show version" }, { "formats", OPT_EXIT, {(void*)opt_show_formats}, "show available formats, codecs, protocols, ..." }, { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" }, { "i", HAS_ARG, {(void*)opt_input_file}, "input file name", "filename" }, -- cgit v1.2.3