use another lib for json

This commit is contained in:
Laptop
2024-12-21 20:43:41 +02:00
parent de96639061
commit 5aa6bdf354
9 changed files with 12 additions and 12 deletions

View File

@@ -73,6 +73,8 @@ func (r *reader) Setup(url string, aac bool) error {
if r.parts == nil {
cfg.Log("make() r.parts")
r.parts = make([][]byte, 0, 16)
} else {
cfg.Log(cap(r.parts), len(r.parts))
}
if aac {
// clone needed to mitigate memory skill issues here