diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
| commit | e317daf081a1048904fdf0b548946fa3ba6593a7 (patch) | |
| tree | 285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /xbmc/cores/VideoPlayer/Interface/Addon | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2 kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip | |
sync with upstream
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; |
