summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-10-18 14:28:04 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-10-18 14:28:04 +0530
commitd04c005021d0f5a8341d7da11d2a14eeb4287985 (patch)
treeba722196448984b9ed3d9790c0ad082963be06a2 /doc
parentbbbf95848b3480ca7b8d2ede51c338cde7cb7ced (diff)
doc/filters: correct description of select filter variables
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files 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