summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-03-13 17:19:33 +0100
committerPaul B Mahol <onemda@gmail.com>2020-03-13 17:19:33 +0100
commit8f222573e9b1d98a38fcc5578676b109592ac982 (patch)
treeba3b9828646d77ace1da1541a30261d00159fbc0 /doc
parent86e599d9f41b6e0a4cc5e8030215efb68be6f4b5 (diff)
avfilter/f_sendcmd: add more useful variables
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ff008b119f..328e984e92 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -23711,6 +23711,15 @@ The count of the input frame for video or audio, starting from 0.
@item T
The time in seconds of the current frame.
+
+@item TS
+The start time in seconds of the current command interval.
+
+@item TE
+The end time in seconds of the current command interval.
+
+@item TI
+The interpolated time of the current command interval, TI = (T - TS) / (TE - TS).
@end table
@end table