Remove unused flag ReceiveStreamRtpConfig::transport_cc
Bug: webrtc:14802 Change-Id: I3eb66e9421a13024e34c363e67df0c73e5c16cc0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290568 Auto-Submit: Per Kjellander <perkj@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39004}
This commit is contained in:
parent
1fbfde95c4
commit
8a40d08189
@ -40,11 +40,6 @@ class ReceiveStreamInterface {
|
|||||||
// that the value is read on (i.e. packet delivery).
|
// that the value is read on (i.e. packet delivery).
|
||||||
uint32_t local_ssrc = 0;
|
uint32_t local_ssrc = 0;
|
||||||
|
|
||||||
// Deprecated. This flag has no effect.
|
|
||||||
// TODO(perkj, https://bugs.webrtc.org/14802): Remove this flag once no
|
|
||||||
// projects use it.
|
|
||||||
bool transport_cc = false;
|
|
||||||
|
|
||||||
// RTP header extensions used for the received stream.
|
// RTP header extensions used for the received stream.
|
||||||
// This value may change mid-stream and must be done on the same thread
|
// This value may change mid-stream and must be done on the same thread
|
||||||
// that the value is read on (i.e. packet delivery).
|
// that the value is read on (i.e. packet delivery).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user