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

Unified Diff: webrtc/call/flexfec_receive_stream.h

Issue 2499963002: Make configuration logic harsher in FlexfecReceiveStream. (Closed)
Patch Set: Update deactivation logic in FlexfecReceiveStream. Created 4 years, 1 month 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/call/flexfec_receive_stream.cc » ('j') | webrtc/call/flexfec_receive_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/flexfec_receive_stream.h
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h
index 19bb9f873bcf97fa061770468dc16d216c6d7560..4f7aee0a76f9d3474e39fbd0fee026efb37717c3 100644
--- a/webrtc/call/flexfec_receive_stream.h
+++ b/webrtc/call/flexfec_receive_stream.h
@@ -42,7 +42,7 @@ class FlexfecReceiveStream : public webrtc::FlexfecReceiveStream {
rtc::CriticalSection crit_;
bool started_ GUARDED_BY(crit_);
- Config config_;
+ const Config config_;
const std::unique_ptr<FlexfecReceiver> receiver_;
};
« no previous file with comments | « no previous file | webrtc/call/flexfec_receive_stream.cc » ('j') | webrtc/call/flexfec_receive_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698