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

Unified Diff: media/base/eme_constants.h

Issue 1014733002: Implement support for "keyids" Initialization Data format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « chrome/renderer/media/chrome_key_systems.cc ('k') | media/base/key_systems.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/eme_constants.h
diff --git a/media/base/eme_constants.h b/media/base/eme_constants.h
index 4462c5cc0b251686c30bb1ef99b5a716248d7710..2f8f03323eb5e2ca7060bb7c81d5567cac1f8439 100644
--- a/media/base/eme_constants.h
+++ b/media/base/eme_constants.h
@@ -18,6 +18,7 @@ enum EmeInitDataType {
#if defined(USE_PROPRIETARY_CODECS)
EME_INIT_DATA_TYPE_CENC = 1 << 1,
#endif // defined(USE_PROPRIETARY_CODECS)
+ EME_INIT_DATA_TYPE_KEYIDS = 1 << 2,
};
// Defines bitmask values that specify codecs used in Encrypted Media Extension
« no previous file with comments | « chrome/renderer/media/chrome_key_systems.cc ('k') | media/base/key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698