From 720530e52aec24cd46d16e5c84052d7c1018e5ba Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 13 Feb 2014 04:11:01 -0300 Subject: ffserver: cosmetics Signed-off-by: Reynaldo H. Verdejo Pinochet --- ffserver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 692db429a6..bed71b64c2 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); -- cgit v1.2.3