Skip to content

Commit dca5d74

Browse files
howjmaySean-Der
authored andcommitted
Fix bandwidth-estimation-from-disk timestamping
Set the frameHeader when reading the file so the currentTimestamp actually gets set
1 parent 80b5649 commit dca5d74

File tree

1 file changed

+1
-1
lines changed
  • examples/bandwidth-estimation-from-disk

1 file changed

+1
-1
lines changed

examples/bandwidth-estimation-from-disk/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func main() {
225225

226226
// Adjust outbound bandwidth for probing
227227
default:
228-
frame, _, err = ivf.ParseNextFrame()
228+
frame, frameHeader, err = ivf.ParseNextFrame()
229229
}
230230

231231
switch {

0 commit comments

Comments
 (0)