avfilter/vf_identity: fix typo

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
Limin Wang 2021-03-14 10:07:54 +08:00
parent d150a9eb44
commit c7c138e411

View File

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