From b0d7bc1eabf825abba6bfeebd4df138ac744ea49 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Mon, 27 Nov 2006 15:48:16 +0000 Subject: [PATCH] 10l in r7174 caused all options to be treated as filenames. Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 792205196..2c53d90da 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -59,7 +59,7 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){ void parse_options(int argc, char **argv, const OptionDef *options) { const char *opt, *arg; - int optindex, handleoptions; + int optindex, handleoptions=1; const OptionDef *po; /* parse options */ -- 2.11.0