From 0afb1d4d51973cf52973617c92236d851a039d31 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 Sep 2017 15:02:54 +0200 Subject: sync with upstream --- xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xbmc/cores/VideoPlayer') 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 struct DemuxCryptoInfo { - DemuxCryptoInfo(const unsigned int numSubs) + explicit DemuxCryptoInfo(const unsigned int numSubs) : numSubSamples(numSubs) , flags(0) , clearBytes(new uint16_t[numSubs]) -- cgit v1.2.3