Commit f1b6c142 authored by Bobby Bingham's avatar Bobby Bingham

ffserver: fix typo in log message

Signed-off-by: 's avatarBobby Bingham <uhmmmm@gmail.com>
parent 8d07742c
......@@ -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 */
......
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