Issue #2311 - Part 4 - Use FFTBlock from ffvpx instead of libav

This commit is contained in:
trav90 2023-09-20 14:03:40 -05:00 committed by roytam1
commit 1ae2b21c0d
3 changed files with 48 additions and 18 deletions

View file

@ -135,6 +135,8 @@ AudioContext::AudioContext(nsPIDOMWindowInner* aWindow,
if (mute) {
Mute();
}
FFTBlock::MainThreadInit();
}
nsresult