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

Unified Diff: call/video_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/rampup_tests.cc ('k') | call/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/video_receive_stream.h
diff --git a/call/video_receive_stream.h b/call/video_receive_stream.h
index de6f71290182a4f8f8069698b44c89cd91984153..9b6047c7919792f08aa20778ded45f91e4d6877e 100644
--- a/call/video_receive_stream.h
+++ b/call/video_receive_stream.h
@@ -184,9 +184,6 @@ class VideoReceiveStream {
void AddRtxBinding(int rtx_payload_type, int media_payload_type) {
rtx_associated_payload_types[rtx_payload_type] = media_payload_type;
}
-
- // RTP header extensions used for the received stream.
- std::vector<RtpExtension> extensions;
} rtp;
// Transport for outgoing packets (RTCP).
« no previous file with comments | « call/rampup_tests.cc ('k') | call/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698