Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: webrtc/api/call/flexfec_receive_stream.h

Issue 2553863003: Parse FlexFEC RTP headers in Call and add integration with BWE. (Closed)
Patch Set: Work in progress. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/call/DEPS » ('j') | webrtc/call/call.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/call/flexfec_receive_stream.h
diff --git a/webrtc/api/call/flexfec_receive_stream.h b/webrtc/api/call/flexfec_receive_stream.h
index 64b1d5903fc78290d04318e7e3c8ce9501ed2af3..3c68ca4fff9f7e38720f4d387a21e947f6085cf6 100644
--- a/webrtc/api/call/flexfec_receive_stream.h
+++ b/webrtc/api/call/flexfec_receive_stream.h
@@ -65,7 +65,7 @@ class FlexfecReceiveStream {
bool transport_cc = false;
// RTP header extensions that have been negotiated for this track.
- std::vector<RtpExtension> extensions;
+ std::vector<RtpExtension> rtp_header_extensions;
brandtr 2016/12/12 13:51:07 Prior CLs required that this be named 'extensions'
};
// Starts stream activity.
« no previous file with comments | « no previous file | webrtc/call/DEPS » ('j') | webrtc/call/call.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698