ffserver: cosmetics

Signed-off-by: 's avatarReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
parent 35e525b7
...@@ -4031,8 +4031,7 @@ static int ffserver_opt_preset(const char *arg, ...@@ -4031,8 +4031,7 @@ static int ffserver_opt_preset(const char *arg,
return ret; return ret;
} }
static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename, static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename, const char *mime_type)
const char *mime_type)
{ {
AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type); AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment