From bee265e5d50a6d6057fb2cf77d55851b867a41d9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 25 Apr 2023 15:42:44 +0200 Subject: avfilter/af_afir: add way to control loading interval of impulses --- doc/filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1