diff options
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface/Addon')
| -rw-r--r-- | xbmc/cores/VideoPlayer/Interface/Addon/DemuxPacket.h | 2 |
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; |
