[mythtv-commits] Ticket #13129: Needed DVB-S symbol rate not included in defined list

MythTV noreply at mythtv.org
Mon Sep 25 14:23:57 UTC 2017


#13129: Needed DVB-S symbol rate not included in defined list
----------------------------------+---------------------------
 Reporter:  wdirksen@…            |          Owner:  stuarta
     Type:  Bug Report - General  |         Status:  accepted
 Priority:  minor                 |      Milestone:  30.0
Component:  MythTV - General      |        Version:  v29-fixes
 Severity:  medium                |     Resolution:
 Keywords:  symbol rate           |  Ticket locked:  0
----------------------------------+---------------------------
Changes (by stuarta):

 * owner:   => stuarta
 * status:  new => accepted
 * version:  Unspecified => v29-fixes
 * milestone:  29.0 => 30.0


Comment:

 If you are able to test a patch, this should do the trick

 {{{
 Index: mythtv/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
 ===================================================================
 ---
 mythtv.orig/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
 +++ mythtv/mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
 @@ -171,6 +171,7 @@ class ScanSymbolRateDVBS: public TransMy
                  "million symbols per second."));
          addSelection("3333000");
          addSelection("22000000");
 +        addSelection("22500000");
          addSelection("23000000");
          addSelection("27500000", "27500000", true);
          addSelection("28000000");

 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13129#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list