web/libav: remove redundant async

This commit is contained in:
wukko
2024-09-09 19:36:16 +06:00
parent bd93da94dc
commit ebd1104df3

View File

@@ -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,