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

Unified Diff: media/test/data/eme_player_js/globals.js

Issue 2349813002: EME: Update MediaKeySystemConfiguration defaults; require non-empty capabilities (Closed)
Patch Set: Created 4 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
Index: media/test/data/eme_player_js/globals.js
diff --git a/media/test/data/eme_player_js/globals.js b/media/test/data/eme_player_js/globals.js
index 67bf6ecd3f76c4f943c64743ba07054e80983db2..0b4c0bc518e5f9fdcd2be8940dd01e12fa5ca8b9 100644
--- a/media/test/data/eme_player_js/globals.js
+++ b/media/test/data/eme_player_js/globals.js
@@ -54,7 +54,7 @@ var MEDIA_TYPES = {
'WebM - Audio Video': 'video/webm; codecs="vorbis, vp8"',
'WebM - Video Only': 'video/webm; codecs="vp8"',
'WebM - Audio Only': 'video/webm; codecs="vorbis"',
- 'MP4 - Video Only': 'video/mp4; codecs="avc1.4D4041"',
+ 'MP4 - Video Only': 'video/mp4; codecs="avc1.4D000C"',
'MP4 - Audio Only': 'audio/mp4; codecs="mp4a.40.2"'
};

Powered by Google App Engine
This is Rietveld 408576698