Chromium Code Reviews

Unified Diff: webrtc/config.cc

Issue 2391963002: Rename FecConfig to UlpfecConfig in config.h. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/config.cc
diff --git a/webrtc/config.cc b/webrtc/config.cc
index 7c1a0a8bc6ecbdb85198435065b1f3be2d6f2463..0331c0a8332977af9ed035cb73ff1c0cef4a51ca 100644
--- a/webrtc/config.cc
+++ b/webrtc/config.cc
@@ -22,7 +22,7 @@ std::string NackConfig::ToString() const {
return ss.str();
}
-std::string FecConfig::ToString() const {
+std::string UlpfecConfig::ToString() const {
std::stringstream ss;
ss << "{ulpfec_payload_type: " << ulpfec_payload_type;
ss << ", red_payload_type: " << red_payload_type;
« webrtc/config.h ('K') | « webrtc/config.h ('k') | webrtc/media/engine/webrtcvideoengine2.h » ('j') | no next file with comments »

Powered by Google App Engine