[FFmpeg-cvslog] avfilter/vf_signature: Replace uncommon spelling of seperate
Michael Niedermayer
git at videolan.org
Sun Mar 26 22:18:49 EEST 2017
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Mar 26 20:34:47 2017 +0200| [eaf6f10f1b5c26cf5264654b48f8114ff949cbad] | committer: Michael Niedermayer
avfilter/vf_signature: Replace uncommon spelling of seperate
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaf6f10f1b5c26cf5264654b48f8114ff949cbad
---
libavfilter/vf_signature.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_signature.c b/libavfilter/vf_signature.c
index 57cb96b..06b1b91 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,
More information about the ffmpeg-cvslog
mailing list