summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
diff options
context:
space:
mode:
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])