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

Unified Diff: webrtc/video_receive_stream.h

Issue 2657253002: Remove temporary AddRtxInfo member function. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 26f8597b764e2df0bca3b2b8c84dcbe92fb9015d..511db3462cdcd0a349268be862e5b792ac5f690b 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -150,13 +150,6 @@ class VideoReceiveStream {
// For RTX to be enabled, both an SSRC and this mapping are needed.
std::map<int, int> rtx_payload_types;
- // TODO(brandtr): Remove this member function when internal project has
- // been updated.
- void AddRtxInfo(int media_pt, int rtx_pt, uint32_t new_rtx_ssrc) {
- rtx_ssrc = new_rtx_ssrc;
- rtx_payload_types[media_pt] = rtx_pt;
- }
-
// RTP header extensions used for the received stream.
std::vector<RtpExtension> extensions;
} rtp;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698