summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/Interface
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface')
-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