summaryrefslogtreecommitdiff
path: root/libavfilter/vf_identity.c
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-03-14 10:07:54 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-05-01 08:45:30 +0800
commitc7c138e411dec64a80782ee230837f8a0925726d (patch)
treece802bac31cf670ce506167056dc10a4288fed65 /libavfilter/vf_identity.c
parentd150a9eb444e672e0109b3ea1a04cf34522da51e (diff)
downloadffmpeg-c7c138e411dec64a80782ee230837f8a0925726d.tar.gz
avfilter/vf_identity: fix typo
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavfilter/vf_identity.c')
-rw-r--r--libavfilter/vf_identity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c
index c81c40a640..f47611924e 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"