From 42a5fe340fb30042fa9b2212459de7cbbda15b73 Mon Sep 17 00:00:00 2001 From: Kyle Swanson Date: Mon, 8 Jan 2018 16:35:23 -0800 Subject: [PATCH] doc/filters: correct typo in psnr filter docs Signed-off-by: Kyle Swanson --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index a13aef2196..217a2af42b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12785,7 +12785,7 @@ sequential number of the input frame, starting from 1 Mean Square Error pixel-by-pixel average difference of the compared frames, averaged over all the image components. -@item mse_y, mse_u, mse_v, mse_r, mse_g, mse_g, mse_a +@item mse_y, mse_u, mse_v, mse_r, mse_g, mse_b, mse_a Mean Square Error pixel-by-pixel average difference of the compared frames for the component specified by the suffix. -- GitLab