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

Unified Diff: webrtc/config.h

Issue 2511703002: Wire up FlexFEC in VideoEngine2. (Closed)
Patch Set: 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/config.cc » ('j') | webrtc/config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/config.h
diff --git a/webrtc/config.h b/webrtc/config.h
index 3b3c3d90a811234515dd0348fe44da8be153ff1d..578e8f11b31f15a1b1eb29c4ae18fed2cf9dd750 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -61,6 +61,8 @@ struct FlexfecConfig {
~FlexfecConfig();
std::string ToString() const;
+ bool IsValid() const;
+
// Payload type of FlexFEC.
int flexfec_payload_type;
« no previous file with comments | « no previous file | webrtc/config.cc » ('j') | webrtc/config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698