summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
committermanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
commitcf85cccfdb1aa57b6246641f606563288e0870e5 (patch)
tree06b9d173bf466d555d99803d1bce388e666444e5 /xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
parent483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff)
downloadkodi-pvr-build-Leia.tar.gz
kodi-pvr-build-Leia.tar.bz2
kodi-pvr-build-Leia.zip
sync with upstreamLeia
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h')
-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 5aed400..f8ceab2 100644
--- a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
+++ b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h
@@ -24,7 +24,7 @@ typedef struct DemuxPacket
24 uint8_t *pData = nullptr; 24 uint8_t *pData = nullptr;
25 int iSize = 0; 25 int iSize = 0;
26 int iStreamId = -1; 26 int iStreamId = -1;
27 int64_t demuxerId; // id of the demuxer that created the packet 27 int64_t demuxerId = -1; // id of the demuxer that created the packet
28 int iGroupId = -1; // the group this data belongs to, used to group data from different streams together 28 int iGroupId = -1; // the group this data belongs to, used to group data from different streams together
29 29
30 void *pSideData = nullptr; 30 void *pSideData = nullptr;