From d04c005021d0f5a8341d7da11d2a14eeb4287985 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 18 Oct 2021 14:28:04 +0530 Subject: [PATCH] doc/filters: correct description of select filter variables --- 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