You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffserver_config: report not closed last tag
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
@@ -1208,6 +1208,8 @@ int ffserver_parse_ffconfig(const char *filename, FFServerConfig *config)
|
|||||||
ffserver_parse_config_global(config, cmd, &p, line_num);
|
ffserver_parse_config_global(config, cmd, &p, line_num);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (stream || feed || redirect)
|
||||||
|
ERROR("Not closed tag %s\n", stream ? "<Stream>" : (feed ? "<Feed>" : "<Redirect>"));
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Reference in New Issue
Block a user