mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 11:14:44 +01:00
web/libav: remove redundant async
This commit is contained in:
parent
bd93da94dc
commit
ebd1104df3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default class LibAVWrapper {
|
|||
this.onProgress = onProgress;
|
||||
}
|
||||
|
||||
async init() {
|
||||
init() {
|
||||
if (this.concurrency && !this.libav) {
|
||||
this.libav = LibAV.LibAV({
|
||||
yesthreads: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue