forked from FFmpeg/FFmpeg
aarch64/tx_float: fix compilation
Forgot to add the new function arguments.
This commit is contained in:
parent
9a9647af33
commit
a89025f74d
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue