[mythtv-commits] Ticket #1330: Add 8PSK support

MythTV mythtv at cvs.mythtv.org
Sun Jun 11 20:26:39 UTC 2006


#1330: Add 8PSK support
----------------------------------+-----------------------------------------
 Reporter:  alannisota at gmail.com  |        Owner:  danielk 
     Type:  patch                 |       Status:  reopened
 Priority:  minor                 |    Milestone:  0.20    
Component:  dvb                   |      Version:  head    
 Severity:  low                   |   Resolution:          
----------------------------------+-----------------------------------------
Changes (by AlanNisota at gmail.com):

  * resolution:  fixed =>
  * status:  closed => reopened

Comment:

 The following additional patch is necessray on top of head to get it
 working, but it does work well.
 {{{
 Index: libs/libmythtv/dvbchannel.cpp
 ===================================================================
 --- libs/libmythtv/dvbchannel.cpp.orig  2006-06-11 13:19:42.000000000
 -0700
 +++ libs/libmythtv/dvbchannel.cpp       2006-06-11 13:17:52.000000000
 -0700
 @@ -478,7 +478,14 @@
              hierarchy);
      else if (FE_ATSC == type)
          return cur_tuning.parseATSC(frequency, modulation);
 -
 +#ifdef FE_GET_EXTENDED_INFO
 +    else if (FE_DVB_S2 == type)
 +        return cur_tuning.parseDVBS2(
 +            frequency,       inversion,     symbolrate,   fec,
 polarity,
 +            dvb_diseqc_type, diseqc_port,   diseqc_pos,
 +            lnb_lof_switch,  lnb_lof_hi,    lnb_lof_lo, modulation);
 +#endif
 +
      return false;
  }
 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1330>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list