summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-23 12:29:20 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-24 13:32:21 +0200
commit1181461ca5852206793a77d5856559c2face9263 (patch)
tree79ab19e3ed08ee6e8c126a83c1ba1d1cb8f4e707 /doc
parent3d6d59ef35d22b895645de455bd7a0772951bee2 (diff)
lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8c239337f3..bef95f763e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4129,9 +4129,15 @@ audio sample rate
@item STARTPTS
the PTS of the first frame
+@item STARTT
+the time in seconds of the first frame
+
@item INTERLACED
tell if the current frame is interlaced
+@item T
+the time in seconds of the current frame
+
@item TB
the time base
@@ -4142,9 +4148,14 @@ for the current frame
@item PREV_INPTS
previous input PTS
+@item PREV_INT
+previous input time in seconds
+
@item PREV_OUTPTS
previous output PTS
+@item PREV_OUTT
+previous output time in seconds
@end table
@subsection Examples