mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
update cryptsystems
This commit is contained in:
@@ -1190,7 +1190,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
paintCASystem(xpos, ypos);
|
||||
}
|
||||
|
||||
#define NUM_CAIDS 11
|
||||
#define NUM_CAIDS 12
|
||||
void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
{
|
||||
int ypos1 = ypos;
|
||||
@@ -1198,7 +1198,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
if (box_h2 > 0)
|
||||
frameBuffer->paintBoxRel (0, ypos, box_width, box_h2, COL_MENUCONTENT_PLUS_0);
|
||||
|
||||
std::string casys[NUM_CAIDS]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","EBU:","XCrypt:","PowerVU:"};
|
||||
std::string casys[NUM_CAIDS]={"Irdeto:","Betacrypt:","Seca:","Viaccess:","Nagra:","Conax: ","Cryptoworks:","Videoguard:","Biss:","DreCrypt:","PowerVU:","Tandberg:"};
|
||||
bool caids[NUM_CAIDS];
|
||||
int array[NUM_CAIDS];
|
||||
char tmp[100];
|
||||
@@ -1268,6 +1268,9 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
case 0x0E:
|
||||
idx = 10;
|
||||
break;
|
||||
case 0x10:
|
||||
idx = 11;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user