mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-23 18:16:14 +02:00
web/libav: remove redundant async
This commit is contained in:
parent
bd93da94dc
commit
ebd1104df3
@ -15,7 +15,7 @@ export default class LibAVWrapper {
|
|||||||
this.onProgress = onProgress;
|
this.onProgress = onProgress;
|
||||||
}
|
}
|
||||||
|
|
||||||
async init() {
|
init() {
|
||||||
if (this.concurrency && !this.libav) {
|
if (this.concurrency && !this.libav) {
|
||||||
this.libav = LibAV.LibAV({
|
this.libav = LibAV.LibAV({
|
||||||
yesthreads: true,
|
yesthreads: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user