summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-09-02 15:02:54 +0200
committermanuel <manuel@mausz.at>2017-09-02 15:02:54 +0200
commit0afb1d4d51973cf52973617c92236d851a039d31 (patch)
tree300741b800f0e013ba1e709cc46460de6383f2bb /xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
parent86b22151f0758311fd146ff508e7254337414bc1 (diff)
downloadkodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.tar.gz
kodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.tar.bz2
kodi-pvr-build-0afb1d4d51973cf52973617c92236d851a039d31.zip
sync with upstream
Diffstat (limited to 'xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h')
-rw-r--r--xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h b/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
index 59d5fdf..a32f4fe 100644
--- a/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
+++ b/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
@@ -61,7 +61,7 @@ struct DemuxCryptoSession
61 61
62struct DemuxCryptoInfo 62struct DemuxCryptoInfo
63{ 63{
64 DemuxCryptoInfo(const unsigned int numSubs) 64 explicit DemuxCryptoInfo(const unsigned int numSubs)
65 : numSubSamples(numSubs) 65 : numSubSamples(numSubs)
66 , flags(0) 66 , flags(0)
67 , clearBytes(new uint16_t[numSubs]) 67 , clearBytes(new uint16_t[numSubs])