[mythtv-commits] Ticket #9278: new DVB-T in Poland: SDT seen but not good

MythTV noreply at mythtv.org
Fri Jun 10 20:44:14 UTC 2011


#9278: new DVB-T in Poland: SDT seen but not good
-----------------------------------+----------------------------
 Reporter:  warped <warpme@…>      |          Owner:  janne
     Type:  Bug Report             |         Status:  infoneeded
 Priority:  minor                  |      Milestone:  unknown
Component:  MythTV - DVB           |        Version:  0.24-fixes
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+----------------------------

Comment (by robertm):

 This is the world's stupidest patch, and shouldn't be run long term, but
 try it and see if the result is working TV.

 {{{
 diff --git a/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 b/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 index 552d4d1..3675dce 100644
 --- a/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 +++ b/mythtv/libs/libmythtv/dtvsignalmonitor.cpp
 @@ -152,7 +152,7 @@ void DTVSignalMonitor::UpdateMonitorValues(void)
      matchingMGT.SetValue((flags & kDTVSigMon_MGTMatch) ? 1 : 0);
      matchingVCT.SetValue((flags & kDTVSigMon_VCTMatch) ? 1 : 0);
      matchingNIT.SetValue((flags & kDTVSigMon_NITMatch) ? 1 : 0);
 -    matchingSDT.SetValue((flags & kDTVSigMon_SDTMatch) ? 1 : 0);
 +    matchingSDT.SetValue((flags & kDTVSigMon_SDTMatch) ? 1 : 1);
      matchingCrypt.SetValue((flags & kDTVSigMon_CryptMatch) ? 1 : 0);
  }


 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9278#comment:15>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list