Browse Source

ffserver: cosmetics

Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
tags/n2.2-rc1
Reynaldo H. Verdejo Pinochet 12 years ago
parent
commit
720530e52a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ffserver.c

+ 1
- 2
ffserver.c View File

@@ -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);



Loading…
Cancel
Save