From 8e08c9de0819f86e6f6811d1df215adf347c967d Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 18 Apr 2013 15:21:59 +0100 Subject: [PATCH] dvb: remove the create only tv/radio services, this was a bad idea! (cherry picked from commit c83b0cba2f0c8092b6a96828aef327ec8bb4c3b4) Conflicts: src/dvb/dvb_tables.c --- src/dvb/dvb_tables.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dvb/dvb_tables.c b/src/dvb/dvb_tables.c index d5edb271..8834b3b3 100644 --- a/src/dvb/dvb_tables.c +++ b/src/dvb/dvb_tables.c @@ -435,10 +435,6 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len, } } - if (!servicetype_is_tv(stype) && - !servicetype_is_radio(stype)) - continue; - if (!(t = dvb_service_find(tdmi, service_id, 0, NULL))) continue;