[FFmpeg-devel] [PATCH] lavf/y4m: spellcheck
James Darnley
james.darnley at gmail.com
Sun Dec 23 00:38:44 CET 2012
---
libavformat/yuv4mpeg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/yuv4mpeg.c b/libavformat/yuv4mpeg.c
index bb038c9..9c9c7fa 100644
--- a/libavformat/yuv4mpeg.c
+++ b/libavformat/yuv4mpeg.c
@@ -276,7 +276,7 @@ static int yuv4_write_header(AVFormatContext *s)
av_get_pix_fmt_name(s->streams[0]->codec->pix_fmt));
return AVERROR(EINVAL);
}
- av_log(s, AV_LOG_WARNING, "Warning: generating non standart YUV stream. "
+ av_log(s, AV_LOG_WARNING, "Warning: generating non standard YUV stream. "
"Mjpegtools will not work.\n");
break;
default:
--
1.7.9
More information about the ffmpeg-devel
mailing list