Index: media/formats/webm/webm_crypto_helpers.h |
diff --git a/media/formats/webm/webm_crypto_helpers.h b/media/formats/webm/webm_crypto_helpers.h |
index d602e63398c6f68d574135f8c16b6f2af5c9a05d..23095f31d3d85155db9181cb0a5acee2dd1ddba3 100644 |
--- a/media/formats/webm/webm_crypto_helpers.h |
+++ b/media/formats/webm/webm_crypto_helpers.h |
@@ -11,7 +11,10 @@ |
namespace media { |
-const char kWebMEncryptInitDataType[] = "webm"; |
+// TODO(xhwang): Figure out the init data type appropriately once it's spec'ed. |
+// See https://www.w3.org/Bugs/Public/show_bug.cgi?id=19096 for more |
+// information. |
+const char kWebMEncryptInitDataType[] = "video/webm"; |
// Fills an initialized DecryptConfig, which can be sent to the Decryptor if |
// the stream has potentially encrypted frames. Also sets |data_offset| which |