Skip to content

Commit 65d46b4

Browse files
authored
fix: switch to float for averaged values (#1091)
1 parent 3b932cb commit 65d46b4

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
lines changed

protobuf/video/sfu/models/models.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/models/models.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ message EncodeStats {
406406
TrackType track_type = 1;
407407
Codec codec = 2;
408408
float avg_frame_encode_time_ms = 3;
409-
int64 avg_fps = 4;
409+
float avg_fps = 4;
410410
}
411411

412412
// DecodeStats represents the decoding statistics for a track.

protobuf/video/sfu/models/models_vtproto.pb.go

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)