Set a default priority for automatically scanned DVB sources
This commit is contained in:
parent
7ff8aa9ac7
commit
bfb16c0ee4
1 changed files with 1 additions and 0 deletions
1
dvb.c
1
dvb.c
|
@ -408,6 +408,7 @@ dvb_find_transport(th_dvb_mux_instance_t *tdmi, uint16_t nid, uint16_t tid,
|
|||
|
||||
t->tht_dvb_mux = tdm;
|
||||
t->tht_type = TRANSPORT_DVB;
|
||||
t->tht_prio = 50;
|
||||
|
||||
|
||||
fd = open(tdmi->tdmi_adapter->tda_demux_path, O_RDWR);
|
||||
|
|
Loading…
Add table
Reference in a new issue