mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/vf_psnr/ssim: fix typos
This commit is contained in:
parent
e84c83ef98
commit
8c2f142bd9
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Caculate the PSNR between two input videos.
|
||||
* Calculate the PSNR between two input videos.
|
||||
*/
|
||||
|
||||
#include "libavutil/avstring.h"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/*
|
||||
* @file
|
||||
* Caculate the SSIM between two input videos.
|
||||
* Calculate the SSIM between two input videos.
|
||||
*/
|
||||
|
||||
#include "libavutil/avstring.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue