[FFmpeg-cvslog] ffserver: cosmetics

Reynaldo H. Verdejo Pinochet git at videolan.org
Fri Feb 14 18:37:21 CET 2014


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com> | Thu Feb 13 04:11:01 2014 -0300| [720530e52aec24cd46d16e5c84052d7c1018e5ba] | committer: Reynaldo H. Verdejo Pinochet

ffserver: cosmetics

Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com>

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

 ffserver.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ffserver.c b/ffserver.c
index 692db42..bed71b6 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4031,8 +4031,7 @@ static int ffserver_opt_preset(const char *arg,
     return ret;
 }
 
-static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename,
-                                             const char *mime_type)
+static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename, const char *mime_type)
 {
     AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
 



More information about the ffmpeg-cvslog mailing list