[FFmpeg-devel] [PATCH 4/4] avfilter/vf_identify: fix typo

lance.lmwang at gmail.com lance.lmwang at gmail.com
Thu Apr 29 15:50:01 EEST 2021


From: Limin Wang <lance.lmwang at gmail.com>

Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
---
 libavfilter/vf_identity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c
index c81c40a..f476119 100644
--- a/libavfilter/vf_identity.c
+++ b/libavfilter/vf_identity.c
@@ -20,7 +20,7 @@
 
 /**
  * @file
- * Caculate the Identity between two input videos.
+ * Calculate the Identity between two input videos.
  */
 
 #include "libavutil/avstring.h"
-- 
1.8.3.1



More information about the ffmpeg-devel mailing list