diff mbox

[FFmpeg-devel] doc/filters: correct typo and incomplete desc

Message ID a71f8f5c-7343-2584-b2c3-2548e14c5ee6@gmail.com
State Accepted
Commit 147c1e008a7baf9c4d4e18e9707765ae686b1521
Headers show

Commit Message

Gyan Oct. 12, 2017, 1:20 p.m. UTC
Correct typo in signalstats filter section and qualify description for 
variable in select filter.
From fe780adb77b98d0c76671fdeb98d3123d7834550 Mon Sep 17 00:00:00 2001
From: Gyan Doshi <gyandoshi@gmail.com>
Date: Thu, 12 Oct 2017 18:46:06 +0530
Subject: [PATCH] doc/filters: correct typo and incomplete desc.

Correct typo in signalstats filter section and qualify description for variable
in select filter.

Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Niedermayer Oct. 12, 2017, 9:04 p.m. UTC | #1
On Thu, Oct 12, 2017 at 06:50:04PM +0530, Gyan Doshi wrote:
> Correct typo in signalstats filter section and qualify description
> for variable in select filter.

>  filters.texi |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 2947a17b0fabc5bea15064019f3c59b2b57430a1  0001-doc-filters-correct-typo-and-incomplete-desc.patch
> From fe780adb77b98d0c76671fdeb98d3123d7834550 Mon Sep 17 00:00:00 2001
> From: Gyan Doshi <gyandoshi@gmail.com>
> Date: Thu, 12 Oct 2017 18:46:06 +0530
> Subject: [PATCH] doc/filters: correct typo and incomplete desc.
> 
> Correct typo in signalstats filter section and qualify description for variable
> in select filter.
> 
> Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
> ---
>  doc/filters.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

will apply

thx

[...]
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index e26dde4b1a..13eb62b307 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17679,7 +17679,7 @@  with AV_LOG_INFO loglevel.
 
 @itemize
 @item
-Print all metadata values for frames with key @code{lavfi.singnalstats.YDIF} with values
+Print all metadata values for frames with key @code{lavfi.signalstats.YDIF} with values
 between 0 and 1.
 @example
 signalstats,metadata=print:key=lavfi.signalstats.YDIF:value=0:function=expr:expr='between(VALUE1,0,1)'
@@ -17807,7 +17807,7 @@  The PTS of the previously filtered video frame. It's NAN if undefined.
 The PTS of the last previously filtered video frame. It's NAN if undefined.
 
 @item prev_selected_t
-The PTS of the last previously selected video frame. It's NAN if undefined.
+The PTS of the last previously selected video frame, expressed in seconds. It's NAN if undefined.
 
 @item start_pts
 The PTS of the first video frame in the video. It's NAN if undefined.