mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
ffserver: fix line wrapping on function decls
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
7c6dd90eed
commit
1175bbd14f
@ -685,8 +685,8 @@ static int ffserver_parse_config_global(FFServerConfig *config, const char *cmd,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd, const char **p,
|
static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd,
|
||||||
FFServerStream **pfeed)
|
const char **p, FFServerStream **pfeed)
|
||||||
{
|
{
|
||||||
FFServerStream *feed;
|
FFServerStream *feed;
|
||||||
char arg[1024];
|
char arg[1024];
|
||||||
@ -793,7 +793,8 @@ static int ffserver_parse_config_feed(FFServerConfig *config, const char *cmd, c
|
|||||||
return 0;
|
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)
|
FFServerStream **pstream)
|
||||||
{
|
{
|
||||||
char arg[1024], arg2[1024];
|
char arg[1024], arg2[1024];
|
||||||
|
Loading…
Reference in New Issue
Block a user