Commit 305cefc8 authored by lorenm's avatar lorenm

10l in r7174 caused all options to be treated as filenames.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7177 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45530e4d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment