aarch64/tx_float: fix compilation

Forgot to add the new function arguments.
This commit is contained in:
Lynne 2022-09-06 05:41:46 +02:00
parent 9a9647af33
commit a89025f74d
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static av_cold int neon_init(AVTXContext *s, const FFTXCodelet *cd,
if (cd->max_len == 2)
return ff_tx_gen_ptwo_revtab(s, inv_lookup);
else
return ff_tx_gen_split_radix_parity_revtab(s, inv_lookup, 8, 0);
return ff_tx_gen_split_radix_parity_revtab(s, len, inv, inv_lookup, 8, 0);
}
const FFTXCodelet * const ff_tx_codelet_list_float_aarch64[] = {