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

Unified Diff: webrtc/video/rtp_stream_receiver.h

Issue 2649873005: Call RtpStreamReceiver.AddReceiveCodec() with codec_params. (Closed)
Patch Set: Call RtpStreamReceiver.AddReceiveCodec() with codec_params. 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 | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/rtp_stream_receiver.h
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
index 07ad4b7e01fa065b39a9a587a4693f54ba13df36..b82539e3ca0ce2111962646acc8f8317141038d4 100644
--- a/webrtc/video/rtp_stream_receiver.h
+++ b/webrtc/video/rtp_stream_receiver.h
@@ -82,9 +82,6 @@ class RtpStreamReceiver : public RtpData,
bool AddReceiveCodec(const VideoCodec& video_codec,
const std::map<std::string, std::string>& codec_params);
-
- bool AddReceiveCodec(const VideoCodec& video_codec);
-
uint32_t GetRemoteSsrc() const;
int GetCsrcs(uint32_t* csrcs) const;
@@ -144,6 +141,7 @@ class RtpStreamReceiver : public RtpData,
void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override;
private:
+ bool AddReceiveCodec(const VideoCodec& video_codec);
bool ReceivePacket(const uint8_t* packet,
size_t packet_length,
const RTPHeader& header,
« no previous file with comments | « no previous file | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698