Source release 19.1.0

This commit is contained in:
Matt Feddersen
2024-03-28 19:21:54 -07:00
parent 28ec8548c6
commit b8bdfccebe
182 changed files with 10645 additions and 2040 deletions

View File

@@ -100,6 +100,7 @@ class CDM_EXPORT Cdm : public ITimerClient {
kSystemStateLost = 109, // Recoverable
kOutputTooLarge = 110, // Recoverable
kNeedsServiceCertificate = 111, // Recoverable
kDeviceRevoked = 112,
// This covers errors that we do not expect (see logs for details):
kUnexpectedError = 99999,