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

Unified Diff: media/base/media_switches.h

Issue 2108373002: Add experimental 'backlog' heuristic for measuring encoder utilization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 104bb0371f516c4d091187cdcae0bea33f37bf43..15abffff4893d938fc25b1ae030e3606a3e1bb45 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -65,6 +65,8 @@ MEDIA_EXPORT extern const char kDisableRTCSmoothnessAlgorithm[];
MEDIA_EXPORT extern const char kEnableVp9InMp4[];
+MEDIA_EXPORT extern const char kCastEncoderUtilHeuristic[];
+
} // namespace switches
namespace media {

Powered by Google App Engine
This is Rietveld 408576698