diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-07-09 09:38:47 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-07-09 09:40:53 +0000 |
commit | 3c5071db88b215d79a0b0f5b447d987b667e8817 (patch) | |
tree | b7c594d9e93980dc7db793407e5146b9f6452e85 /doc | |
parent | d0a79339916b7a299c582de87d0e6555ffdf5ec4 (diff) | |
download | ffmpeg-3c5071db88b215d79a0b0f5b447d987b667e8817.tar.gz |
lavfi/psnr: rename 's' parameter to match documentation
Also removes some irrelevant lines in documentation.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 27fe08495f..234ff2e507 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5864,9 +5864,6 @@ PSNR = 10*log10(MAX^2/MSE) Where MAX is the average of the maximum values of each component of the image. -The filter accepts parameters as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted parameters follows. @table @option @@ -5879,15 +5876,13 @@ The file printed if @var{stats_file} is selected, contains a sequence of key/value pairs of the form @var{key}:@var{value} for each compared couple of frames. -The shown line contains . - A description of each shown parameter follows: @table @option @item n sequential number of the input frame, starting from 1 -@item mse_average +@item mse_avg Mean Square Error pixel-by-pixel average difference of the compared frames, averaged over all the image components. @@ -5895,7 +5890,7 @@ frames, averaged over all the image components. Mean Square Error pixel-by-pixel average difference of the compared frames for the component specified by the suffix. -@item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_g, psnr_a +@item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a Peak Signal to Noise ratio of the compared frames for the component specified by the suffix. @end table |