Skip to content

Commit

Permalink
fix examples/bandwidth-estimation-from-disk
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Dec 24, 2024
1 parent 3f246fd commit 486f24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bandwidth-estimation-from-disk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func main() {

// Adjust outbound bandwidth for probing
default:
frame, _, err = ivf.ParseNextFrame()
frame, frameHeader, err = ivf.ParseNextFrame()
}

switch {
Expand Down

0 comments on commit 486f24f

Please sign in to comment.