git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bc64cb9
)
do not set error if an unknown parameter is in config file, just skip
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Sun, 22 Feb 2009 02:04:24 +0000
(
02:04
+0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Sun, 22 Feb 2009 02:04:24 +0000
(
02:04
+0000)
Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
patch
|
blob
|
history
diff --git
a/ffserver.c
b/ffserver.c
index
40df9fa
..
0c293e6
100644
(file)
--- a/
ffserver.c
+++ b/
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);
} else {
fprintf(stderr, "%s:%d: Incorrect keyword: '%s'\n",
filename, line_num, cmd);
- errors++;
}
}
}
}