Skip to content

Commit

Permalink
Fix bandwidth-estimation-from-disk timestamping
Browse files Browse the repository at this point in the history
Set the frameHeader when reading the file so the currentTimestamp
actually gets set
  • Loading branch information
howjmay authored and Sean-Der committed Dec 27, 2024
1 parent 80b5649 commit dca5d74
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 dca5d74

Please sign in to comment.