mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
optimize
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@368 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9319eb06de
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-18 (Thu, 18 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -684,7 +684,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
|
||||
for(j=0;j<4;j++){
|
||||
for(i=0;i<11;i++){
|
||||
if(pmt_caids[j][i] > 0 && i == 0){
|
||||
if(pmt_caids[j][i] > 1 && i == 0){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -697,7 +697,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 1){
|
||||
else if(pmt_caids[j][i] > 1 && i == 1){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -710,7 +710,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 2){
|
||||
else if(pmt_caids[j][i] > 1 && i == 2){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -723,7 +723,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 3){
|
||||
else if(pmt_caids[j][i] > 1 && i == 3){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -736,7 +736,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 4){
|
||||
else if(pmt_caids[j][i] > 1 && i == 4){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -749,7 +749,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 5){
|
||||
else if(pmt_caids[j][i] > 1 && i == 5){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -762,7 +762,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 6){
|
||||
else if(pmt_caids[j][i] > 1 && i == 6){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -775,7 +775,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 7){
|
||||
else if(pmt_caids[j][i] > 1 && i == 7){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -788,7 +788,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 8){
|
||||
else if(pmt_caids[j][i] > 1 && i == 8){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -801,7 +801,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 9){
|
||||
else if(pmt_caids[j][i] > 1 && i == 9){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
@@ -814,7 +814,7 @@ void CStreamInfo2::paintCASystem(int xpos, int ypos)
|
||||
}
|
||||
caids[i] = true;
|
||||
}
|
||||
else if(pmt_caids[j][i] > 0 && i == 10){
|
||||
else if(pmt_caids[j][i] > 1 && i == 10){
|
||||
for( int k = 0; k < 4;k++){
|
||||
if(pmt_caids[j][i] == pmt_caids[k][i] && ( j != k)){
|
||||
pmt_caids[j][i]=1;
|
||||
|
Reference in New Issue
Block a user