web/libav: remove redundant async

This commit is contained in:
wukko 2024-09-09 19:36:16 +06:00
parent bd93da94dc
commit ebd1104df3
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

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,