Update hardcoded default content_id and provider to match the test CAS content we have setup in Staging and UAT.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226935596
This commit is contained in:
Fang Yu
2018-12-26 11:12:30 -08:00
parent bc68878bdf
commit e35ce1c32e

View File

@@ -14,8 +14,8 @@
namespace widevine { namespace widevine {
namespace cas { namespace cas {
const char kDefaultContentId[] = "21140844"; const char kDefaultContentId[] = "CasTsFake";
const char kDefaultProvider[] = "widevine"; const char kDefaultProvider[] = "widevine_test";
// Size of this IV needs to match ecm_init_params.content_iv_size. // Size of this IV needs to match ecm_init_params.content_iv_size.
const char kDefaultContentIv8Bytes[] = {'\x01', '\x01', '\x01', '\x01', const char kDefaultContentIv8Bytes[] = {'\x01', '\x01', '\x01', '\x01',
'\x01', '\x01', '\x01', '\x01'}; '\x01', '\x01', '\x01', '\x01'};