[FFmpeg-devel] [PATCH] ffserver: fix typo in log message
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Sep 19 08:25:49 CEST 2012
Bobby Bingham <uhmmmm <at> gmail.com> writes:
> +++ b/ffserver.c
> @@ -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");
LGTM
Please apply such cosmetic changes without sending patches.
Carl Eugen
More information about the ffmpeg-devel
mailing list