[mythtv-commits] [MythTV/mythtv] a0ba07: Remove test on PID before adding to list

kmdewaal noreply at github.com
Sat Aug 29 19:47:59 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a0ba0725e20198cf42858877ca6c09ac43f21c10
      https://github.com/MythTV/mythtv/commit/a0ba0725e20198cf42858877ca6c09ac43f21c10
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp

  Log Message:
  -----------
  Remove test on PID before adding to list

Remove the test on the PID value not equal to 0 before adding the PID to the list of PIDS to listen to.
The comment indicates that the intention was to prevent adding the PID of program 0 to the list but the code does not match the comment.
The PID of program 0, when present in the PAT, is used to specify the PID of the NIT when it is not on the default PID.




More information about the mythtv-commits mailing list