mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00: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:
		
							
								
								
									
										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<68><6C>ler).
 | 
					  (thanks to Marco Schl<68><6C>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:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user