Skip to content
Snippets Groups Projects
Commit b0d7bc1e authored by Loren Merritt's avatar Loren Merritt
Browse files

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

Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c411e7f6
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){ ...@@ -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) void parse_options(int argc, char **argv, const OptionDef *options)
{ {
const char *opt, *arg; const char *opt, *arg;
int optindex, handleoptions; int optindex, handleoptions=1;
const OptionDef *po; const OptionDef *po;
/* parse options */ /* parse options */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment