diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-06-28 21:23:14 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-06-28 21:35:19 +0000 |
commit | 21cede9e970aca7aa0981f7be8378d48fd8e7730 (patch) | |
tree | eb7806cc3bad81d73390986b85eae33f9a53dc68 | |
parent | 4ccd2b31f0e9504e5d6151e50215c6dbb437c16a (diff) | |
download | ffmpeg-21cede9e970aca7aa0981f7be8378d48fd8e7730.tar.gz |
doc/filters: fix documentation bug in ssim filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 522a3d2fbd..8b2c5ea541 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8853,7 +8853,7 @@ The description of the accepted parameters follows. @table @option @item stats_file, f -If specified the filter will use the named file to save the PSNR of +If specified the filter will use the named file to save the SSIM of each individual frame. @end table |