diff mbox series

[FFmpeg-devel,v1] doc/filters: add missing entry for the showinfo

Message ID 20200106013052.32434-1-lance.lmwang@gmail.com
State New
Headers show
Series [FFmpeg-devel,v1] doc/filters: add missing entry for the showinfo | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Lance Wang Jan. 6, 2020, 1:30 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 doc/filters.texi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Gyan Doshi Jan. 6, 2020, 6:10 a.m. UTC | #1
On 06-01-2020 07:00 am, lance.lmwang@gmail.com wrote:
> From: Limin Wang <lance.lmwang@gmail.com>
>
> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
> ---
>   doc/filters.texi | 9 +++++++++
>   1 file changed, 9 insertions(+)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 6cbbe88..b3574e6 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -16737,6 +16737,15 @@ The Adler-32 checksum (printed in hexadecimal) of all the planes of the input fr
>   @item plane_checksum
>   The Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
>   expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]".
> +
> +@item mean
> +The mean value of each plane of the input frame, expressed in the form
> +"[@var{mean0} @var{mean1} @var{mean2} @var{mean3}]".
> +
> +@item stdev
> +The standard deviation value of each plane of the input frame, expressed in the form
> +"[@var{stdev0} @var{stdev1} @var{stdev2} @var{stdev3}]".
> +
>   @end table
>   
>   @section showpalette

Pushed as 1e3f4b5f19323321ebca68bd7c1dd496933377a3

Thanks,
Gyan
diff mbox series

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 6cbbe88..b3574e6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16737,6 +16737,15 @@  The Adler-32 checksum (printed in hexadecimal) of all the planes of the input fr
 @item plane_checksum
 The Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
 expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]".
+
+@item mean
+The mean value of each plane of the input frame, expressed in the form
+"[@var{mean0} @var{mean1} @var{mean2} @var{mean3}]".
+
+@item stdev
+The standard deviation value of each plane of the input frame, expressed in the form
+"[@var{stdev0} @var{stdev1} @var{stdev2} @var{stdev3}]".
+
 @end table
 
 @section showpalette