diff options
| author | manuel <manuel@mausz.at> | 2017-09-02 15:02:54 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-09-02 15:02:54 +0200 |
| commit | 0afb1d4d51973cf52973617c92236d851a039d31 (patch) | |
| tree | 300741b800f0e013ba1e709cc46460de6383f2bb /xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h | |
| parent | 86b22151f0758311fd146ff508e7254337414bc1 (diff) | |
| download | kodi-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.h | 2 |
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 | ||
| 62 | struct DemuxCryptoInfo | 62 | struct 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]) |
