do not set error if an unknown parameter is in config file, just skip

Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-02-22 02:04:24 +00:00
parent bc64cb9680
commit 0047372722
1 changed files with 0 additions and 1 deletions

View File

@ -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++;
}
}