[FFmpeg-cvslog] doc/filters: correct description of select filter variables
Gyan Doshi
git at videolan.org
Mon Oct 18 11:59:41 EEST 2021
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Oct 18 14:46:04 2021 +0530| [d04c005021d0f5a8341d7da11d2a14eeb4287985] | committer: Gyan Doshi
doc/filters: correct description of select filter variables
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d04c005021d0f5a8341d7da11d2a14eeb4287985
---
doc/filters.texi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 3b8611d93b..7bde858a69 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26200,27 +26200,27 @@ The sequential number of the last selected frame. It's NAN if undefined.
The timebase of the input timestamps.
@item pts
-The PTS (Presentation TimeStamp) of the filtered video frame,
+The PTS (Presentation TimeStamp) of the filtered frame,
expressed in @var{TB} units. It's NAN if undefined.
@item t
-The PTS of the filtered video frame,
+The PTS of the filtered frame,
expressed in seconds. It's NAN if undefined.
@item prev_pts
-The PTS of the previously filtered video frame. It's NAN if undefined.
+The PTS of the previously filtered frame. It's NAN if undefined.
@item prev_selected_pts
-The PTS of the last previously filtered video frame. It's NAN if undefined.
+The PTS of the last previously filtered frame. It's NAN if undefined.
@item prev_selected_t
-The PTS of the last previously selected video frame, expressed in seconds. It's NAN if undefined.
+The PTS of the last previously selected 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.
+The first PTS in the stream which is not NAN. It remains NAN if not found.
@item start_t
-The time of the first video frame in the video. It's NAN if undefined.
+The first PTS, in seconds, in the stream which is not NAN. It remains NAN if not found.
@item pict_type @emph{(video only)}
The type of the filtered frame. It can assume one of the following
More information about the ffmpeg-cvslog
mailing list