summaryrefslogtreecommitdiffstats
path: root/xbmc/cores
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-10-19 00:52:24 +0200
committermanuel <manuel@mausz.at>2020-10-19 00:52:24 +0200
commitbe933ef2241d79558f91796cc5b3a161f72ebf9c (patch)
treefe3ab2f130e20c99001f2d7a81d610c78c96a3f4 /xbmc/cores
parent5f8335c1e49ce108ef3481863833c98efa00411b (diff)
downloadkodi-pvr-build-be933ef2241d79558f91796cc5b3a161f72ebf9c.tar.gz
kodi-pvr-build-be933ef2241d79558f91796cc5b3a161f72ebf9c.tar.bz2
kodi-pvr-build-be933ef2241d79558f91796cc5b3a161f72ebf9c.zip
sync with upstream
Diffstat (limited to 'xbmc/cores')
-rw-r--r--xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
index 6da4838..7f3f85d 100644
--- a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
+++ b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
@@ -43,7 +43,7 @@ extern "C"
43 int dispTime = 0; 43 int dispTime = 0;
44 bool recoveryPoint = false; 44 bool recoveryPoint = false;
45 45
46 std::shared_ptr<DemuxCryptoInfo> cryptoInfo; 46 struct DemuxCryptoInfo* cryptoInfo = nullptr;
47 } DemuxPacket; 47 } DemuxPacket;
48 48
49#ifdef __cplusplus 49#ifdef __cplusplus