Commit 707af43d authored by James Darnley's avatar James Darnley Committed by Michael Niedermayer

lavf/y4m: spellcheck

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2e6bd22b
......@@ -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:
......
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