diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-28 21:08:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-28 21:12:09 +0200 |
commit | 8c2f142bd91362710fcd42be44dedcafc6d535b8 (patch) | |
tree | 982b8de6de3670bba85ee3c193c6c20717a19e9c /libavfilter | |
parent | e84c83ef982042b4441b517a8f23d8427f2b5494 (diff) | |
download | ffmpeg-8c2f142bd91362710fcd42be44dedcafc6d535b8.tar.gz |
avfilter/vf_psnr/ssim: fix typos
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_psnr.c | 2 | ||||
-rw-r--r-- | libavfilter/vf_ssim.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 2b980c17b2..f96179db44 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -22,7 +22,7 @@ /** * @file - * Caculate the PSNR between two input videos. + * Calculate the PSNR between two input videos. */ #include "libavutil/avstring.h" diff --git a/libavfilter/vf_ssim.c b/libavfilter/vf_ssim.c index af1d161e21..c6989d618b 100644 --- a/libavfilter/vf_ssim.c +++ b/libavfilter/vf_ssim.c @@ -31,7 +31,7 @@ /* * @file - * Caculate the SSIM between two input videos. + * Calculate the SSIM between two input videos. */ #include "libavutil/avstring.h" |