[mythtv-commits] mythtv/master commit: 778d8111e by Stuart Auchterlonie (stuarta)

MythTV noreply at mythtv.org
Fri Mar 23 23:22:14 UTC 2012


      Author:  Stuart Auchterlonie <stuarta at squashedfrog.net>
 Change Date:  2012-03-23T16:21:42-07:00
   Push Date:  2012/03/23 16:22:05 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  778d8111e8ffd61118cf36262eb0a1422a70ffd2
   Changeset:  https://github.com/MythTV/mythtv/commit/778d8111e

Log:

Fixes #10054. Fixes handling of segmented SDT and PAT tables.

The code was attempting to verify if it had seen an SDT for
a given TSID before, and it inadvertantly created an empty
entry rather than just verifying it was missing.

This leads to further errors when the scanner thinks it has
an SDT for a transport when it is in fact missing it.

The same logic issue was found in the PAT handling.

Based on original patch by
Argus <pthorn-mythd at styx2002.no-ip.org>

Modified:

   mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp



More information about the mythtv-commits mailing list