зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1656063 - Only load function pointer in FFTBlock once. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D85389
This commit is contained in:
Родитель
d76eb1b1ab
Коммит
eae12679e7
|
@ -43,7 +43,9 @@ class FFTBlock final {
|
|||
static void MainThreadInit() {
|
||||
#ifdef MOZ_LIBAV_FFT
|
||||
FFVPXRuntimeLinker::Init();
|
||||
FFVPXRuntimeLinker::GetRDFTFuncs(&sRDFTFuncs);
|
||||
if (!sRDFTFuncs.init) {
|
||||
FFVPXRuntimeLinker::GetRDFTFuncs(&sRDFTFuncs);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче