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
6e93ac9525
commit
37cca63f31
4
HISTORY
4
HISTORY
@ -5173,6 +5173,8 @@ Video Disk Recorder Revision History
|
||||
- Fixed handling frequencies in NitFilter::Process() (thanks to Anssi Hannula).
|
||||
- Fixed handling ChannelUp/Down keys if there is currently a replay running
|
||||
(thanks to Marco Schlüßler).
|
||||
- Increased the maximum number of CA system ids to cope with the AlphaCrypt
|
||||
CAM's version 3.11 firmware.
|
||||
|
||||
2007-04-30: Version 1.5.3
|
||||
|
||||
@ -5189,3 +5191,5 @@ Video Disk Recorder Revision History
|
||||
- The new SVDRP command REMO can be used to turn VDR's remote control off and
|
||||
on in case other programs need to be controlled (based on patches from Krzysztof
|
||||
Parma and Helmut Auer).
|
||||
- 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
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: ci.c 1.47 2007/01/07 14:38:03 kls Exp $
|
||||
* $Id: ci.c 1.48 2007/04/30 13:02:49 kls Exp $
|
||||
*/
|
||||
|
||||
#include "ci.h"
|
||||
@ -643,7 +643,7 @@ void cCiCaPmt::AddCaDescriptors(int Length, const uint8_t *Data)
|
||||
|
||||
// --- cCiConditionalAccessSupport -------------------------------------------
|
||||
|
||||
#define MAXCASYSTEMIDS 16
|
||||
#define MAXCASYSTEMIDS 64
|
||||
|
||||
// CA Enable Ids:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user