Browse Source

ffserver: fix typo in comment: defaut -> default

tags/n2.2-rc1
Stefano Sabatini 11 years ago
parent
commit
ab89d2dd2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c View File

@@ -4164,7 +4164,7 @@ static int parse_ffconfig(const char *filename)
}

feed->fmt = av_guess_format("ffm", NULL, NULL);
/* defaut feed file */
/* default feed file */
snprintf(feed->feed_filename, sizeof(feed->feed_filename),
"/tmp/%s.ffm", feed->filename);
feed->feed_max_size = 5 * 1024 * 1024;


Loading…
Cancel
Save