update cryptsystems

This commit is contained in:
TangoCash
2017-12-11 21:00:17 +01:00
committed by Thilo Graf
parent 39fb9f47f4
commit ac696e9ba3
3 changed files with 20 additions and 9 deletions

View File

@@ -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;
}