[FFmpeg-cvslog] ffserver: fix line wrapping on function decls

Reynaldo H. Verdejo Pinochet git at videolan.org
Mon Oct 5 01:00:26 CEST 2015


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Fri Oct  2 14:01:24 2015 -0700| [1175bbd14fe36f1bbd99fd096630bcfd77767199] | committer: Reynaldo H. Verdejo Pinochet

ffserver: fix line wrapping on function decls

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1175bbd14fe36f1bbd99fd096630bcfd77767199
---

 ffserver_config.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ffserver_config.c b/ffserver_config.c
index dbfda8d..691ff7b 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];



More information about the ffmpeg-cvslog mailing list