[mythtv-commits] mythtv commit: r14359 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Aug 29 23:29:43 UTC 2007


      Author: danielk
        Date: 2007-08-29 23:29:42 +0000 (Wed, 29 Aug 2007)
New Revision: 14359
   Changeset: http://cvs.mythtv.org/trac/changeset/14359

Modified:

   trunk/mythtv/libs/libmythtv/dvbchannel.cpp

Log:

Fixes a channel scanning for DVB-S cards that support probing tuning information from the hardware.

This is a quick fix which shouldn't break anything and will fix a serious problem for DVB-S scans with many cards. We were returning the raw frequency used by the tuning hardware on the card, and not the actual carrier frequency in ProbeTuningParams in the presence of an LNB. We need an inverse of DiSEqCDevLNB::GetIntermediateFrequency() to properly support ProbeTuningParams() for these cards. Since such a function is a complex beast, I've just disabled the optional ProbeTuningParams() for these cards for now.




More information about the mythtv-commits mailing list