File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ impl FilterMode {
9898
9999/// A filter’s “getframe” function. It is called by the core when it needs the filter to generate a frame.
100100/// It is possible to allocate local data, persistent during the multiple calls requesting the output frame.
101- /// In case of error, call [ setFilterError] and return [None].
101+ /// In case of error, call setFilterError and return [None].
102102/// Depending on the [FilterMode] set for the filter, multiple output frames could be requested concurrently.
103103/// It is never called concurrently for the same frame number.
104104///
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ impl ScriptAPI {
6565 }
6666 }
6767
68+ #[ allow( unused) ]
6869 pub ( crate ) fn get_api_version ( & self ) -> i32 {
6970 unsafe { self . handle . as_ref ( ) . getAPIVersion . unwrap ( ) ( ) }
7071 }
You can’t perform that action at this time.
0 commit comments