Skip to content

Commit de25f71

Browse files
Squash: clean up comment.
1 parent d3ee44a commit de25f71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jvb/src/main/kotlin/org/jitsi/videobridge/cc/allocation/BitrateController.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ class BitrateController<T : MediaSourceContainer> @JvmOverloads constructor(
107107

108108
/**
109109
* Ignore the bandwidth estimations for some initial time because the REMBs don't ramp up fast enough.
110-
* This is needed for our GCC implementation but should be ski
111-
* to go but it's related to our GCC implementation that needs to be brought up to speed.
112-
* TODO: Is this comment still accurate?
110+
* This shouldn't be needed for other bandwidth estimation algorithms.
113111
*/
114112
private val trustBwe: Boolean
115113
get() = config.trustBwe && supportsRtx && bweSet &&

0 commit comments

Comments
 (0)