mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Increased the maximum number of CA system ids to cope with the AlphaCrypt CAM's version 3.11 firmware
This commit is contained in:
parent
22ed08808d
commit
bb633986af
2
HISTORY
2
HISTORY
@ -5055,3 +5055,5 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed handling frequencies in NitFilter::Process() (thanks to Anssi Hannula).
|
- Fixed handling frequencies in NitFilter::Process() (thanks to Anssi Hannula).
|
||||||
- Fixed handling ChannelUp/Down keys if there is currently a replay running
|
- Fixed handling ChannelUp/Down keys if there is currently a replay running
|
||||||
(thanks to Marco Schlüßler).
|
(thanks to Marco Schlüßler).
|
||||||
|
- Increased the maximum number of CA system ids to cope with the AlphaCrypt
|
||||||
|
CAM's version 3.11 firmware.
|
||||||
|
4
ci.c
4
ci.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: ci.c 1.46 2007/01/05 10:08:46 kls Exp $
|
* $Id: ci.c 1.46.1.1 2007/04/30 12:58:41 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ci.h"
|
#include "ci.h"
|
||||||
@ -943,7 +943,7 @@ void cCiCaPmt::AddCaDescriptors(int Length, const uint8_t *Data)
|
|||||||
|
|
||||||
// --- cCiConditionalAccessSupport -------------------------------------------
|
// --- cCiConditionalAccessSupport -------------------------------------------
|
||||||
|
|
||||||
#define MAXCASYSTEMIDS 16
|
#define MAXCASYSTEMIDS 64
|
||||||
|
|
||||||
// CA Enable Ids:
|
// CA Enable Ids:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user