diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-15 09:39:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-04-15 09:39:55 +0200 |
commit | 1a160e7afeddd6a2479a40ee6110477093942707 (patch) | |
tree | 757f2ac9c91c8399c7f652ce37a70fbd8ebde495 /dvbdevice.h | |
parent | 016e10c1b0d20b8c73b593afcaf492219b5a0064 (diff) | |
download | vdr-1a160e7afeddd6a2479a40ee6110477093942707.tar.gz vdr-1a160e7afeddd6a2479a40ee6110477093942707.tar.bz2 |
The function cCamSlot::Decrypt() can now also be called with Data == NULL
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 5ae4952f..a799c0d2 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 4.1 2015/04/18 13:57:27 kls Exp $ + * $Id: dvbdevice.h 4.2 2017/04/14 09:31:29 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -187,6 +187,7 @@ private: int numDeliverySystems; int numModulations; int fd_dvr, fd_ca; + bool checkTsBuffer; static cMutex bondMutex; cDvbDevice *bondedDevice; mutable bool needsDetachBondedReceivers; |