Skip to content
Snippets Groups Projects
Commit 271f9594 authored by Nedeljko Babic's avatar Nedeljko Babic Committed by Michael Niedermayer
Browse files

libavcodec/mips: fix for mips optimized fp fft with hard coded tables disabled


Floating point FFT (nips optimized) breaks when hard coded tables are
not enabled because MIPS optimization of floating point FFT uses only
ff_init_ff_cos_tabs(16) which is not enabled by default in that case.

This patch is fixing it.

Signed-off-by: default avatarNedeljko Babic <nbabic@mips.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b2747034
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment