From bfb16c0ee42e101bed2def863564d90111a7def9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 19 Aug 2007 08:43:27 +0000 Subject: [PATCH] Set a default priority for automatically scanned DVB sources --- dvb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dvb.c b/dvb.c index 70d854d9..202d1d6b 100644 --- a/dvb.c +++ b/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);