From e35ce1c32e298f1dab86bc226778dcdf55227c92 Mon Sep 17 00:00:00 2001 From: Fang Yu Date: Wed, 26 Dec 2018 11:12:30 -0800 Subject: [PATCH] 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 --- example/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/constants.h b/example/constants.h index 9628556..b878e3c 100644 --- a/example/constants.h +++ b/example/constants.h @@ -14,8 +14,8 @@ namespace widevine { namespace cas { -const char kDefaultContentId[] = "21140844"; -const char kDefaultProvider[] = "widevine"; +const char kDefaultContentId[] = "CasTsFake"; +const char kDefaultProvider[] = "widevine_test"; // Size of this IV needs to match ecm_init_params.content_iv_size. const char kDefaultContentIv8Bytes[] = {'\x01', '\x01', '\x01', '\x01', '\x01', '\x01', '\x01', '\x01'};