Merge "Fix invalid key session id" into udc-dev

This commit is contained in:
Cong Lin
2023-04-05 17:41:43 +00:00
committed by Android (Google) Code Review

View File

@@ -10,7 +10,7 @@
namespace wvcdm { namespace wvcdm {
namespace { namespace {
constexpr int kInvalidKeySessionId = 0; constexpr uint32_t kInvalidKeySessionId = 0xFFFFFFFF;
} // namespace } // namespace
EntitlementKeySession::EntitlementKeySession( EntitlementKeySession::EntitlementKeySession(