diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-26 20:34:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-26 20:34:47 +0200 |
commit | eaf6f10f1b5c26cf5264654b48f8114ff949cbad (patch) | |
tree | 58b2f1278cb9c106678b4cb8a1f033863280d8f4 | |
parent | 0ba22831e1fcc88c755190b08a9cfc235df3a9a9 (diff) | |
download | ffmpeg-eaf6f10f1b5c26cf5264654b48f8114ff949cbad.tar.gz |
avfilter/vf_signature: Replace uncommon spelling of seperate
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavfilter/vf_signature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_signature.c b/libavfilter/vf_signature.c index 57cb96b6c4..06b1b910d4 100644 --- a/libavfilter/vf_signature.c +++ b/libavfilter/vf_signature.c @@ -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, |