[FFmpeg-cvslog] lavf/y4m: spellcheck

James Darnley git at videolan.org
Sun Dec 23 04:21:15 CET 2012


ffmpeg | branch: master | James Darnley <james.darnley at gmail.com> | Sat Dec 22 13:53:34 2012 +0100| [707af43d19e84f735cdd166b41f9e9a71a8eb448] | committer: Michael Niedermayer

lavf/y4m: spellcheck

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=707af43d19e84f735cdd166b41f9e9a71a8eb448
---

 libavformat/yuv4mpeg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:



More information about the ffmpeg-cvslog mailing list