Remove superfluous end pos seeks, fix validation bug

This commit is contained in:
Vanilagy
2026-03-27 21:29:47 +01:00
parent 94678dd356
commit 7b70756961
5 changed files with 2 additions and 11 deletions
-2
View File
@@ -164,8 +164,6 @@ export class Mp3Muxer extends Muxer {
this.format._options.onXingFrame(data, start);
}
this.writer.seek(endPos);
release();
}
}