mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
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:
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user