Opened 18 years ago

Closed 18 years ago

#1756 closed patch (fixed)

fixup for Pro7/SAT1 on astra (DVB-S)

Reported by: l-case@… Owned by: danielk
Priority: minor Milestone: 0.20
Component: dvb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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

}

Attachments (1)

eit-fixup-astra.diff (579 bytes) - added by l-case@… 18 years ago.

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by l-case@…

Attachment: eit-fixup-astra.diff added

comment:1 Changed 18 years ago by l-case@…

Component: mythtvdvb
Owner: changed from Isaac Richards to danielk

comment:2 Changed 18 years ago by danielk

Milestone: 0.20
Version: head

comment:3 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [9974]) Fixes #1756. Uses Pro7/Sat1 fixup for Astra 19.2E DVB-S transports in addition to their Berlin DVB-T service.

Note: See TracTickets for help on using tickets.