mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
scansdt: typo
This commit is contained in:
@@ -245,7 +245,7 @@ bool CSdt::Parse(t_transport_stream_id &tsid, t_original_network_id &onid)
|
|||||||
if(!sdt_read)
|
if(!sdt_read)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
bool feiled = false;
|
bool failed = false;
|
||||||
bool updated = false;
|
bool updated = false;
|
||||||
for (it = sections.begin(); it != sections.end(); ++it) {
|
for (it = sections.begin(); it != sections.end(); ++it) {
|
||||||
ServiceDescriptionSection * sdt = *it;
|
ServiceDescriptionSection * sdt = *it;
|
||||||
@@ -316,7 +316,7 @@ bool CSdt::Parse(t_transport_stream_id &tsid, t_original_network_id &onid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid()){
|
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid()){
|
||||||
feiled = true;
|
failed = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -324,7 +324,7 @@ bool CSdt::Parse(t_transport_stream_id &tsid, t_original_network_id &onid)
|
|||||||
if(pat_tsid == transport_stream_id){
|
if(pat_tsid == transport_stream_id){
|
||||||
for (std::map<int,int>::iterator patit=sidpmt.begin(); patit!=sidpmt.end(); ++patit){
|
for (std::map<int,int>::iterator patit=sidpmt.begin(); patit!=sidpmt.end(); ++patit){
|
||||||
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid()){
|
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid()){
|
||||||
feiled = true;
|
failed = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(patit->first != 0 && patit->second != 0){
|
if(patit->first != 0 && patit->second != 0){
|
||||||
@@ -338,7 +338,7 @@ bool CSdt::Parse(t_transport_stream_id &tsid, t_original_network_id &onid)
|
|||||||
|
|
||||||
tsid = transport_stream_id;
|
tsid = transport_stream_id;
|
||||||
onid = original_network_id;
|
onid = original_network_id;
|
||||||
if(feiled)
|
if(failed)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid())
|
if(current && current_tp_id != CFEManager::getInstance()->getLiveFE()->getTsidOnid())
|
||||||
|
Reference in New Issue
Block a user