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…
Reference in a new issue