mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2311 - Part 5 - Only load function pointer in FFTBlock once
This commit is contained in:
parent
1ae2b21c0d
commit
12f9121047
1 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ public:
|
|||
{
|
||||
#ifdef MOZ_LIBAV_FFT
|
||||
FFVPXRuntimeLinker::Init();
|
||||
FFVPXRuntimeLinker::GetRDFTFuncs(&sRDFTFuncs);
|
||||
if (!sRDFTFuncs.init) {
|
||||
FFVPXRuntimeLinker::GetRDFTFuncs(&sRDFTFuncs);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue