From b313d88db13d1e90f81f9967af1fba8c8f84e59d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Mar 2017 13:07:01 +0200 Subject: Improved clearing the MTD buffer and syncing on TS packets --- mtd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mtd.h') diff --git a/mtd.h b/mtd.h index 15d29b83..ea62f426 100644 --- a/mtd.h +++ b/mtd.h @@ -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); -- cgit v1.2.3