Add channel switching delay so stream settles before switching
This commit is contained in:
parent
be4e8b768f
commit
ebe5b4bfcf
3 changed files with 10 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ typedef struct App {
|
|||
int last_blackout_state;
|
||||
Uint32 startup_handoff_until;
|
||||
Uint32 channel_banner_until;
|
||||
Uint32 channel_switch_lock_until;
|
||||
time_t app_start_time;
|
||||
Uint64 app_start_ticks;
|
||||
int guide_time_offset_minutes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue