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
pull/126/head
Baptiste Coudurier 16 years ago
parent bc64cb9680
commit 0047372722
  1. 1
      ffserver.c

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

Loading…
Cancel
Save