From 5f8335c1e49ce108ef3481863833c98efa00411b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 2 Jul 2020 23:09:26 +0200 Subject: sync with upstream --- xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h') diff --git a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h index b48ef34..416e159 100644 --- a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h +++ b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h @@ -13,11 +13,12 @@ //CryptoSession is usually obtained once per stream, but could change if an key expires -enum CryptoSessionSystem :uint8_t +enum CryptoSessionSystem : uint8_t { CRYPTO_SESSION_SYSTEM_NONE, CRYPTO_SESSION_SYSTEM_WIDEVINE, - CRYPTO_SESSION_SYSTEM_PLAYREADY + CRYPTO_SESSION_SYSTEM_PLAYREADY, + CRYPTO_SESSION_SYSTEM_WISEPLAY, }; struct DemuxCryptoSession -- cgit v1.2.3