diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-26 13:07:01 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-26 13:07:01 +0200 |
commit | b313d88db13d1e90f81f9967af1fba8c8f84e59d (patch) | |
tree | 7f97ed5e6ca7727bb52ff4ca016125b60e96fe8b /mtd.h | |
parent | 9e808255f842067e0c0c9ee2344f6c1aa2860e08 (diff) | |
download | vdr-b313d88db13d1e90f81f9967af1fba8c8f84e59d.tar.gz vdr-b313d88db13d1e90f81f9967af1fba8c8f84e59d.tar.bz2 |
Improved clearing the MTD buffer and syncing on TS packets
Diffstat (limited to 'mtd.h')
-rw-r--r-- | mtd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: mtd.h 1.4 2017/03/23 12:48:22 kls Exp $ + * $Id: mtd.h 1.5 2017/03/25 14:47:03 kls Exp $ */ #ifndef __MTD_H @@ -151,10 +151,10 @@ void MtdMapPid(uchar *p, cMtdMapper *MtdMapper); class cMtdCamSlot : public cCamSlot { private: + cMutex mutex; cMtdMapper *mtdMapper; cRingBufferLinear *mtdBuffer; bool delivered; - bool clearBuffer; protected: virtual const int *GetCaSystemIds(void); virtual void SendCaPmt(uint8_t CmdId); |