subscriptions: reverse EPG and initscan priorities
For networks with extended EIT, having EPG take precdence causes chaos during init scan. The reality is that forcing an EPG scan to stop because someone wants to scan a new mux is probably the right thing to do anyway.
This commit is contained in:
parent
d58410d817
commit
34743f9cbc
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ extern struct th_subscription_list subscriptions;
|
|||
#define SUBSCRIPTION_FULLMUX 0x4
|
||||
|
||||
/* Some internal prioties */
|
||||
#define SUBSCRIPTION_PRIO_SCAN 1
|
||||
#define SUBSCRIPTION_PRIO_EPG 2
|
||||
#define SUBSCRIPTION_PRIO_EPG 1
|
||||
#define SUBSCRIPTION_PRIO_SCAN 2
|
||||
#define SUBSCRIPTION_PRIO_MAPPER 3
|
||||
#define SUBSCRIPTION_PRIO_MIN 10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue