Commit 147c1e00 authored by Gyan Doshi's avatar Gyan Doshi Committed by Michael Niedermayer

doc/filters: correct typo and incomplete desc.

Correct typo in signalstats filter section and qualify description for variable
in select filter.
Signed-off-by: 's avatarGyan Doshi <gyandoshi@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent e5439e27
...@@ -17679,7 +17679,7 @@ with AV_LOG_INFO loglevel. ...@@ -17679,7 +17679,7 @@ with AV_LOG_INFO loglevel.
@itemize @itemize
@item @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. between 0 and 1.
@example @example
signalstats,metadata=print:key=lavfi.signalstats.YDIF:value=0:function=expr:expr='between(VALUE1,0,1)' 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. ...@@ -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. The PTS of the last previously filtered video frame. It's NAN if undefined.
@item prev_selected_t @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 @item start_pts
The PTS of the first video frame in the video. It's NAN if undefined. The PTS of the first video frame in the video. It's NAN if undefined.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment