summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-15 09:55:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-15 09:55:32 +0200
commit1f541487e08b05685270f28059fa494e63b03c47 (patch)
tree584708da15a14011731c7dd3fe640ad93a8d9841 /device.h
parent1a160e7afeddd6a2479a40ee6110477093942707 (diff)
downloadvdr-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 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 97d8ad91..3f50e6b7 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 4.6 2017/04/14 09:59:20 kls Exp $
+ * $Id: device.h 4.7 2017/04/15 09:41:34 kls Exp $
*/
#ifndef __DEVICE_H
@@ -840,7 +840,7 @@ class cTSBuffer : public cThread {
private:
int f;
int cardIndex;
- bool delivered;
+ int delivered;
cRingBufferLinear *ringBuffer;
virtual void Action(void);
public: