]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP: Fix the forced full mux per tuner
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Apr 2014 13:20:24 +0000 (15:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 May 2014 20:00:38 +0000 (22:00 +0200)
src/input/mpegts/satip/satip_frontend.c

index 2732c5b3157990033a215932c58d6f951267d5c0..f973a657e7d4c0040ce58540b1e81e41bab065c5 100644 (file)
@@ -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) {