Index: chrome/browser/media/encrypted_media_browsertest.cc |
diff --git a/chrome/browser/media/encrypted_media_browsertest.cc b/chrome/browser/media/encrypted_media_browsertest.cc |
index f192c9b13e68fd5e8f5d0f7968baa75d4bfad46c..6cd8e3b4f9914ddff5a8dc97df53cbd111fb46d4 100644 |
--- a/chrome/browser/media/encrypted_media_browsertest.cc |
+++ b/chrome/browser/media/encrypted_media_browsertest.cc |
@@ -82,12 +82,8 @@ const char kWebMVP9VideoOnly[] = "video/webm; codecs=\"vp9\""; |
#if BUILDFLAG(USE_PROPRIETARY_CODECS) |
const char kMP4AudioOnly[] = "audio/mp4; codecs=\"mp4a.40.2\""; |
const char kMP4VideoOnly[] = "video/mp4; codecs=\"avc1.4D000C\""; |
- |
-// NOTE: This string originally signalled the SMPTEST2084 EOTF, but is now |
-// signalling BT709. At this time 2084 is only allowed when run with |
-// --enable-hdr, and thats not really the focus of this test. |
-// TODO(kqyang): update content to not use HDR transfer. |
-const char kMP4VideoVp9Only[] = "video/mp4; codecs=\"vp09.00.10.08.01.01.01\""; |
+const char kMP4VideoVp9Only[] = |
+ "video/mp4; codecs=\"vp09.00.10.08.01.02.02.02.00\""; |
#endif // BUILDFLAG(USE_PROPRIETARY_CODECS) |
// Sessions to load. |