SAT>IP: Fix the forced full mux per tuner
This commit is contained in:
parent
08e0e4ebfd
commit
31977de37a
1 changed files with 2 additions and 0 deletions
|
@ -750,6 +750,8 @@ satip_frontend_pid_changed( http_client_t *rtsp,
|
|||
|
||||
if (lfe->sf_pids_count > lfe->sf_device->sd_pids_max)
|
||||
any = lfe->sf_device->sd_fullmux_ok ? 1 : 0;
|
||||
if (lfe->sf_fullmux && lfe->sf_device->sd_fullmux_ok)
|
||||
any = 1;
|
||||
|
||||
if (any) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue