aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_receive_stream.h
diff options
context:
space:
mode:
authorstefan <stefan@webrtc.org>2015-11-20 18:05:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-21 02:05:53 +0000
commit43edf0ffb91a50e2efa01c7befe4d188a7e30ea2 (patch)
tree4e23fe1baa1938e2b0abe869312ba1a66b8f9a6b /webrtc/video_receive_stream.h
parentbd13838ccc87f94d1e951bcf780979622b020359 (diff)
downloadwebrtc-43edf0ffb91a50e2efa01c7befe4d188a7e30ea2.tar.gz
Require negotiation to send transport cc feedback over RTCP.
BUG=4312 Review URL: https://codereview.webrtc.org/1452883002 Cr-Commit-Position: refs/heads/master@{#10735}
Diffstat (limited to 'webrtc/video_receive_stream.h')
-rw-r--r--webrtc/video_receive_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 275162ca1c..6be2c5a86e 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -113,6 +113,9 @@ class VideoReceiveStream : public ReceiveStream {
// See draft-alvestrand-rmcat-remb for information.
bool remb = false;
+ // See draft-holmer-rmcat-transport-wide-cc-extensions for details.
+ bool transport_cc = false;
+
// See NackConfig for description.
NackConfig nack;