summaryrefslogtreecommitdiff
path: root/ffserver_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver_config.c')
-rw-r--r--ffserver_config.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/ffserver_config.c b/ffserver_config.c
index dbfda8d1ba..691ff7b49e 100644
--- a/ffserver_config.c
+++ b/ffserver_config.c
@@ -685,8 +685,8 @@ static int ffserver_parse_config_global(FFServerConfig *config, const char *cmd,
return 0;
}
-static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd, const char **p,
- FFServerStream **pfeed)
+static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd,
+ const char **p, FFServerStream **pfeed)
{
FFServerStream *feed;
char arg[1024];
@@ -793,7 +793,8 @@ static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd, c
return 0;
}
-static int ffserver_parse_config_stream(FFServerConfig *config, const char *cmd, const char **p,
+static int ffserver_parse_config_stream(FFServerConfig *config, const char *cmd,
+ const char **p,
FFServerStream **pstream)
{
char arg[1024], arg2[1024];