[mythtv-commits] Ticket #5443: HD-PVR support

MythTV mythtv at cvs.mythtv.org
Thu Aug 7 09:10:19 UTC 2008


#5443: HD-PVR support
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  danielk 
     Type:  enhancement       |       Status:  assigned
 Priority:  minor             |    Milestone:  unknown 
Component:  mythtv            |      Version:  unknown 
 Severity:  medium            |   Resolution:          
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by mythdev at telfort.nl):

 Maybe it has something to do with the change in cardutil.h?

 {{{
 static bool         IsTuningAnalog(const QString &rawtype)
 {
     return
         (rawtype == "V4L")    || (rawtype == "MPEG") ||
         (rawtype == "HDPVR");
 }
 }}}

 previously IsTuningAnalog("MPEG"); would return false, now it returns
 true. Although the tuning itself is analog, this might be a problem? (I am
 absolutely note sure, so this is an assumption!)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5443#comment:30>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list