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

Unified Diff: webrtc/common_types.h

Issue 1351693005: Read the number of TLs for VP9 too + cleanup (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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/config.h » ('j') | webrtc/config.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 7be74e68473c92c51107059c8ee690e9c4aa122a..43b4042af1f8a853e1b925a31cb4d5dfe0b04ed4 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -716,6 +716,7 @@ struct VideoCodec {
SimulcastStream simulcastStream[kMaxSimulcastStreams];
VideoCodecMode mode;
+ bool forceDisableWrapperFrameDropper;
// When using an external encoder/decoder this allows to pass
// extra options without requiring webrtc to be aware of them.
« no previous file with comments | « no previous file | webrtc/config.h » ('j') | webrtc/config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698