Browse code

ffserver: cosmetics

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

Reynaldo H. Verdejo Pinochet authored on 2014/02/13 16:11:01
Showing 1 changed files
... ...
@@ -4031,8 +4031,7 @@ static int ffserver_opt_preset(const char *arg,
4031 4031
     return ret;
4032 4032
 }
4033 4033
 
4034
-static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename,
4035
-                                             const char *mime_type)
4034
+static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename, const char *mime_type)
4036 4035
 {
4037 4036
     AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
4038 4037