You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_psnr/ssim: fix typos
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user