avfilter/vf_psnr/ssim: fix typos

pull/373/head
Paul B Mahol 3 years ago
parent e84c83ef98
commit 8c2f142bd9
  1. 2
      libavfilter/vf_psnr.c
  2. 2
      libavfilter/vf_ssim.c

@ -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…
Cancel
Save