mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
update cryptsystems
Origin commit data
------------------
Commit: 78a7c344c2
Author: TangoCash <eric@loxat.de>
Date: 2017-12-11 (Mon, 11 Dec 2017)
This commit is contained in:
@@ -1191,7 +1191,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;
|
||||
@@ -1199,7 +1199,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];
|
||||
@@ -1269,6 +1269,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