real girls forget to pass pointers at 3am
All checks were successful
/ build-linux-amd64 (push) Successful in 1m10s
All checks were successful
/ build-linux-amd64 (push) Successful in 1m10s
This commit is contained in:
parent
1d03bdebd0
commit
f4381f7cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func ProbeSegment(filename string) (*ffprobeOutput, error) {
|
|||
if err != nil { return nil, err }
|
||||
|
||||
probe := ffprobeOutput{}
|
||||
err = json.Unmarshal([]byte(out), probe)
|
||||
err = json.Unmarshal([]byte(out), &probe)
|
||||
if err != nil { return nil, err }
|
||||
|
||||
return &probe, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue