1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avfilter/vf_psnr/ssim: fix typos

This commit is contained in:
Paul B Mahol 2021-10-28 21:08:56 +02:00
parent e84c83ef98
commit 8c2f142bd9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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