mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #2311 - Part 4 - Use FFTBlock from ffvpx instead of libav
This commit is contained in:
parent
0e796b1dcd
commit
1ae2b21c0d
3 changed files with 48 additions and 18 deletions
|
|
@ -35,6 +35,10 @@ namespace mozilla {
|
|||
|
||||
typedef std::complex<double> Complex;
|
||||
|
||||
#ifdef MOZ_LIBAV_FFT
|
||||
FFmpegRDFTFuncs FFTBlock::sRDFTFuncs;
|
||||
#endif
|
||||
|
||||
FFTBlock* FFTBlock::CreateInterpolatedBlock(const FFTBlock& block0, const FFTBlock& block1, double interp)
|
||||
{
|
||||
FFTBlock* newBlock = new FFTBlock(block0.FFTSize());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue