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

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: rebase master and reordering of params 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 9b730a13cbbea99b163a86681345339b62e56bac..e5958210bafbfe559ff5634626a55cbfa1b0179b 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -705,6 +705,7 @@ struct VideoCodec {
SimulcastStream simulcastStream[kMaxSimulcastStreams];
VideoCodecMode mode;
+ bool forceDisableWrapperFrameDropper;
stefan-webrtc 2015/10/01 08:45:59 Maybe disableGenericBitrateFrameDropper?
ivica 2015/10/01 09:29:20 Renamed.
// 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