Project

General

Profile

Bug #5544 » test1.patch

Jaroslav Kysela, 2019-02-15 21:24

View differences:

src/input/mpegts/satip/satip_frontend.c
915 915
    if (lfe->sf_device->sd_pids21)
916 916
      mpegts_pid_add(&tr->sf_pids, 21, MPS_WEIGHT_PMT_SCAN);
917 917
  }
918
  {
919
    char buf[2048];
920
    mpegts_pid_dump(&tr->sf_pids, buf, sizeof(buf), 1, 1);
921
    tvhtrace(LS_SATIP, "update pids: %s", buf);
922
  }
918 923
  tvh_mutex_unlock(&lfe->sf_dvr_lock);
919 924

  
920 925
  tvh_write(lfe->sf_dvr_pipe.wr, "c", 1);
(3-3/4)