dvb: remove the create only tv/radio services, this was a bad idea!
(cherry picked from commit c83b0cba2f
)
This commit is contained in:
parent
f67f9eb98e
commit
296f053cc6
1 changed files with 2 additions and 8 deletions
|
@ -435,14 +435,8 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
|
|||
}
|
||||
}
|
||||
|
||||
if (!(t = dvb_service_find3(NULL, tdmi, NULL, 0, 0, service_id, 0, 0))) {
|
||||
if (!servicetype_is_tv(stype) &&
|
||||
!servicetype_is_radio(stype))
|
||||
continue;
|
||||
|
||||
if (!(t = dvb_service_find(tdmi, service_id, 0, NULL)))
|
||||
continue;
|
||||
}
|
||||
if (!(t = dvb_service_find(tdmi, service_id, 0, NULL)))
|
||||
continue;
|
||||
|
||||
if(t->s_servicetype != stype ||
|
||||
t->s_scrambled != free_ca_mode) {
|
||||
|
|
Loading…
Add table
Reference in a new issue