Helper tool for stitching together livestream VOD segments and uploading them to YouTube!

real girls forget to pass pointers at 3am

+1 -1
+1 -1
scanner/scanner.go
··· 63 63 if err != nil { return nil, err } 64 64 65 65 probe := ffprobeOutput{} 66 - err = json.Unmarshal([]byte(out), probe) 66 + err = json.Unmarshal([]byte(out), &probe) 67 67 if err != nil { return nil, err } 68 68 69 69 return &probe, nil