]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_identity: fix typo
authorLimin Wang <lance.lmwang@gmail.com>
Sun, 14 Mar 2021 02:07:54 +0000 (10:07 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Sat, 1 May 2021 00:45:30 +0000 (08:45 +0800)
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavfilter/vf_identity.c

index c81c40a6405d5988cd7ed44c07ad35126d50c41c..f47611924e4a44bfd39508ade7d7866893b406d3 100644 (file)
@@ -20,7 +20,7 @@
 
 /**
  * @file
- * Caculate the Identity between two input videos.
+ * Calculate the Identity between two input videos.
  */
 
 #include "libavutil/avstring.h"