aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-12 19:15:06 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-04-12 19:15:06 +0200
commit1d86fe6970faad317ed1c337adfcf0c15ea16afe (patch)
tree778910c073fee7fca3d5e19d7ea9d54e17a3ae80 /doc
parent9ae9ae10f9fe8fc35aa9d03449da69d516d906ed (diff)
downloadffmpeg-1d86fe6970faad317ed1c337adfcf0c15ea16afe.tar.gz
lavfi/crop: restore pos constant, and fix "t" variable misplacement in variable array
Fix evaluation of expressions containing the t variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 419b0f39be..efa17f2cd0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2213,6 +2213,9 @@ pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
@item n
the number of input frame, starting from 0
+@item pos
+the position in the file of the input frame, NAN if unknown
+
@item t
timestamp expressed in seconds, NAN if the input timestamp is unknown