diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-15 09:55:32 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-15 09:55:32 +0200 |
commit | 1f541487e08b05685270f28059fa494e63b03c47 (patch) | |
tree | 584708da15a14011731c7dd3fe640ad93a8d9841 /HISTORY | |
parent | 1a160e7afeddd6a2479a40ee6110477093942707 (diff) | |
download | vdr-1f541487e08b05685270f28059fa494e63b03c47.tar.gz vdr-1f541487e08b05685270f28059fa494e63b03c47.tar.bz2 |
cTSBuffer::Skip() no longer immediately deletes the given number of bytes from the TS buffer
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8972,3 +8972,9 @@ Video Disk Recorder Revision History plugins that implement a derived cDevice need to call Decrypt() in their GetTSPacket() function even if the incoming buffer is currently empty (see cDvbDevice::GetTSPacket()). +- cTSBuffer::Skip() no longer immediately deletes the given number of bytes from the + TS buffer, but rather stores the number for later deletion in the next call to + Get(). This is necessary because in cDvbDevice::GetTSPacket() tsBuffer->Skip() + is called, but the actual TS packet returned (pointed to by Data) may well be + (and typically is, unless the CAM copies the data) in the area of the buffer that + would be deleted by Skip(). |