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

Unified Diff: call/flexfec_receive_stream.h

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Crude rebase. Created 3 years, 3 months 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 | « call/call.cc ('k') | call/flexfec_receive_stream_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/flexfec_receive_stream.h
diff --git a/call/flexfec_receive_stream.h b/call/flexfec_receive_stream.h
index a0b7a11d3a42a0b12d2760c853ed83a406eccc34..a10b49ecf681774fb173aff5f6f557fed1b53218 100644
--- a/call/flexfec_receive_stream.h
+++ b/call/flexfec_receive_stream.h
@@ -72,9 +72,6 @@ class FlexfecReceiveStream : public RtpPacketSinkInterface {
// |transport_cc| is true whenever the send-side BWE RTCP feedback message
// has been negotiated. This is a prerequisite for enabling send-side BWE.
bool transport_cc = false;
-
- // RTP header extensions that have been negotiated for this track.
- std::vector<RtpExtension> rtp_header_extensions;
};
virtual Stats GetStats() const = 0;
« no previous file with comments | « call/call.cc ('k') | call/flexfec_receive_stream_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698