Commit ceed1020 authored by bcoudurier's avatar bcoudurier

do not set if unknown parameter if config file, just skip

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cfab95b
......@@ -4416,7 +4416,6 @@ static int parse_ffconfig(const char *filename)
} else {
fprintf(stderr, "%s:%d: Incorrect keyword: '%s'\n",
filename, line_num, cmd);
errors++;
}
}
......
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