Merge pull request #131 from PhiloInc/fix-broken-link

Fix broken link to W3C "cenc" Inititialization Data Format documentation
This commit is contained in:
Kongqun Yang 2016-07-26 15:33:40 -07:00 committed by GitHub
commit 2907724416
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace media {
// Common SystemID defined by EME, which requires Key System implementations
// supporting ISO Common Encryption to support this SystemID and format.
// http://goo.gl/PHZDAF
// https://goo.gl/kUv2Xd
const uint8_t kCommonSystemId[] = {0x10, 0x77, 0xef, 0xec, 0xc0, 0xb2,
0x4d, 0x02, 0xac, 0xe3, 0x3c, 0x1e,
0x52, 0xe2, 0xfb, 0x4b};