mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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")) {
|
||||
get_arg(arg, sizeof(arg), &p);
|
||||
if (stream) {
|
||||
stream->ifmt = av_find_input_format(arg);
|
||||
if (!stream->ifmt) {
|
||||
fprintf(stderr, "%s:%d: Unknown input format: %s\n",
|
||||
filename, line_num, arg);
|
||||
}
|
||||
stream->ifmt = av_find_input_format(arg);
|
||||
if (!stream->ifmt) {
|
||||
fprintf(stderr, "%s:%d: Unknown input format: %s\n",
|
||||
filename, line_num, arg);
|
||||
}
|
||||
}
|
||||
} else if (!strcasecmp(cmd, "FaviconURL")) {
|
||||
if (stream && stream->stream_type == STREAM_TYPE_STATUS) {
|
||||
|
Loading…
Reference in New Issue
Block a user