From 06eef96b69d73a31f2b390955d1be0537214a0c8 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 28 Mar 2016 14:07:47 -0800 Subject: fix some a/an typos Signed-off-by: Lou Logan --- libavformat/yuv4mpegenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/yuv4mpegenc.c') diff --git a/libavformat/yuv4mpegenc.c b/libavformat/yuv4mpegenc.c index 23d2eda45c..033badb0af 100644 --- a/libavformat/yuv4mpegenc.c +++ b/libavformat/yuv4mpegenc.c @@ -267,7 +267,7 @@ static int yuv4_write_header(AVFormatContext *s) case AV_PIX_FMT_YUV422P16: case AV_PIX_FMT_YUV444P16: if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { - av_log(s, AV_LOG_ERROR, "'%s' is not a official yuv4mpegpipe pixel format. " + av_log(s, AV_LOG_ERROR, "'%s' is not an official yuv4mpegpipe pixel format. " "Use '-strict -1' to encode to this pixel format.\n", av_get_pix_fmt_name(s->streams[0]->codec->pix_fmt)); return AVERROR(EINVAL); -- cgit v1.2.3