cosmetics, indentation
Originally committed as revision 15694 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a69b06be93
commit
f973914406
10
ffserver.c
10
ffserver.c
@ -4019,11 +4019,11 @@ static int parse_ffconfig(const char *filename)
|
|||||||
} else if (!strcasecmp(cmd, "InputFormat")) {
|
} else if (!strcasecmp(cmd, "InputFormat")) {
|
||||||
get_arg(arg, sizeof(arg), &p);
|
get_arg(arg, sizeof(arg), &p);
|
||||||
if (stream) {
|
if (stream) {
|
||||||
stream->ifmt = av_find_input_format(arg);
|
stream->ifmt = av_find_input_format(arg);
|
||||||
if (!stream->ifmt) {
|
if (!stream->ifmt) {
|
||||||
fprintf(stderr, "%s:%d: Unknown input format: %s\n",
|
fprintf(stderr, "%s:%d: Unknown input format: %s\n",
|
||||||
filename, line_num, arg);
|
filename, line_num, arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(cmd, "FaviconURL")) {
|
} else if (!strcasecmp(cmd, "FaviconURL")) {
|
||||||
if (stream && stream->stream_type == STREAM_TYPE_STATUS) {
|
if (stream && stream->stream_type == STREAM_TYPE_STATUS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user