Commit eaf6f10f authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_signature: Replace uncommon spelling of seperate

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 0ba22831
......@@ -71,7 +71,7 @@ AVFILTER_DEFINE_CLASS(signature);
static int query_formats(AVFilterContext *ctx)
{
/* all formats with a seperate gray value */
/* all formats with a separate gray value */
static const enum AVPixelFormat pix_fmts[] = {
AV_PIX_FMT_GRAY8,
AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P,
......
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