[mythtv-commits] Ticket #1756: fixup for Pro7/SAT1 on astra (DVB-S)

MythTV mythtv at cvs.mythtv.org
Mon May 1 14:40:06 UTC 2006


#1756: fixup for Pro7/SAT1 on astra (DVB-S)
----------------------------+-----------------------------------------------
 Reporter:  l-case at gmx.net  |       Owner:  ijr
     Type:  patch           |      Status:  new
 Priority:  minor           |   Milestone:     
Component:  mythtv          |     Version:     
 Severity:  medium          |  
----------------------------+-----------------------------------------------
 Index: libs/libmythtv/eithelper.cpp
 ===================================================================
 --- libs/libmythtv/eithelper.cpp        (Revision 9838)
 +++ libs/libmythtv/eithelper.cpp        (Arbeitskopie)
 @@ -489,7 +489,8 @@
      fix[ 4096 << 16] = EITFixUp::kFixAUStar;
      fix[ 4096 << 16] = EITFixUp::kFixAUStar;

 -    fix[769LL << 32 | 8468 << 16] = EITFixUp::kEFixPro7Sat;
 +    fix[769LL << 32 | 8468 << 16] = EITFixUp::kEFixPro7Sat; // Pro7/Sat1
 DVB-T Berlin
 +    fix[33LL << 32 | 133 << 16] = EITFixUp::kEFixPro7Sat; // Pro7/Sat1
 DVB-S Astra 19.2E
  }

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


More information about the mythtv-commits mailing list