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:
TangoCash
2017-12-11 21:00:17 +01:00
committed by vanhofen
parent 90ceaf4dea
commit 09fe95ebec
3 changed files with 16 additions and 9 deletions

View File

@@ -876,7 +876,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
}
}
#define NUM_CAIDS 11
#define NUM_CAIDS 12
void CStreamInfo2::paintCASystem(int xpos, int ypos)
{
unsigned short i;
@@ -884,7 +884,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
if (box_h2 > ypos+(iheight*2))
frameBuffer->paintBox(0, ypos+(iheight*2), 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];
@@ -936,6 +936,9 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
case 0x0E:
idx = 10;
break;
case 0x10:
idx = 11;
break;
default:
break;
}