mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
ffserver: fix typo in log message
Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
This commit is contained in:
parent
8d07742cb1
commit
f1b6c14297
@ -3774,7 +3774,7 @@ static void build_feed_streams(void)
|
||||
s->nb_streams = feed->nb_streams;
|
||||
s->streams = feed->streams;
|
||||
if (avformat_write_header(s, NULL) < 0) {
|
||||
http_log("Container doesn't supports the required parameters\n");
|
||||
http_log("Container doesn't support the required parameters\n");
|
||||
exit(1);
|
||||
}
|
||||
/* XXX: need better api */
|
||||
|
Loading…
Reference in New Issue
Block a user