summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-07-02 23:09:26 +0200
committermanuel <manuel@mausz.at>2020-07-02 23:09:26 +0200
commit5f8335c1e49ce108ef3481863833c98efa00411b (patch)
treef02b5c1c9765bb6a14c8eb42bb4f81b9face0b55 /xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h
parente317daf081a1048904fdf0b548946fa3ba6593a7 (diff)
downloadkodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.tar.gz
kodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.tar.bz2
kodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.zip
sync with upstreamHEADmaster
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h')
-rw-r--r--xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h5
1 files changed, 3 insertions, 2 deletions
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 @@
13 13
14//CryptoSession is usually obtained once per stream, but could change if an key expires 14//CryptoSession is usually obtained once per stream, but could change if an key expires
15 15
16enum CryptoSessionSystem :uint8_t 16enum CryptoSessionSystem : uint8_t
17{ 17{
18 CRYPTO_SESSION_SYSTEM_NONE, 18 CRYPTO_SESSION_SYSTEM_NONE,
19 CRYPTO_SESSION_SYSTEM_WIDEVINE, 19 CRYPTO_SESSION_SYSTEM_WIDEVINE,
20 CRYPTO_SESSION_SYSTEM_PLAYREADY 20 CRYPTO_SESSION_SYSTEM_PLAYREADY,
21 CRYPTO_SESSION_SYSTEM_WISEPLAY,
21}; 22};
22 23
23struct DemuxCryptoSession 24struct DemuxCryptoSession