mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
aarch64/tx_float: fix compilation
Forgot to add the new function arguments.
This commit is contained in:
parent
9a9647af33
commit
a89025f74d
@ -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…
Reference in New Issue
Block a user