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:
Adam Sutton 2013-12-04 22:38:44 +00:00
parent d58410d817
commit 34743f9cbc

View file

@ -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