aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-06-15 16:24:20 +0200
committerNiklas Haas <git@haasn.dev>2023-06-20 17:09:58 +0200
commit5989719e87ba12d21196e6dea73ad5a631fddee1 (patch)
tree81bc9f30d2274b195d797b07361966b52f2498f4 /doc
parent7645c8df666a0fb4520dd11f1c799660c2a33327 (diff)
downloadffmpeg-5989719e87ba12d21196e6dea73ad5a631fddee1.tar.gz
lavfi/vf_libplacebo: add in_idx variable
To allow placing an input dynamically, as a function of the input index.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5972145763..366dc53b79 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16320,6 +16320,8 @@ the @option{crop_w}, @option{crop_h}, @option{crop_x}, @option{crop_y},
also contain the following constants:
@table @option
+@item in_idx, idx
+The (0-based) numeric index of the currently active input stream.
@item crop_w, cw
@item crop_h, ch
The computed values of @option{crop_w} and @option{crop_h}.