Fix bandwidth-estimation-from-disk timestamping

Set the frameHeader when reading the file so the currentTimestamp
actually gets set
This commit is contained in:
Yang Hau
2024-12-25 00:48:04 +01:00
committed by Sean DuBois
parent 80b5649f43
commit dca5d743cf

View File

@@ -225,7 +225,7 @@ func main() {
// Adjust outbound bandwidth for probing
default:
frame, _, err = ivf.ParseNextFrame()
frame, frameHeader, err = ivf.ParseNextFrame()
}
switch {