summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-04-25 15:42:44 +0200
committerPaul B Mahol <onemda@gmail.com>2023-04-25 21:22:15 +0200
commitbee265e5d50a6d6057fb2cf77d55851b867a41d9 (patch)
tree4899e3bd62f5665297535f6131b81ee2bff69ff8 /doc
parent1835f884b7ae475d2079d044003966981823502e (diff)
downloadffmpeg-bee265e5d50a6d6057fb2cf77d55851b867a41d9.tar.gz
avfilter/af_afir: add way to control loading interval of impulses
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 120fe6664a..a7972ff736 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1849,6 +1849,12 @@ Always use double-floating point precision sample format.
@end table
Default value is auto.
+
+@item irload
+Set when to load IR stream. Can be @code{init} or @code{access}.
+First one load and prepares all IRs on initialization, second one
+once on first access of specific IR.
+Default is @code{init}.
@end table
@subsection Examples