summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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