Skip to content

Commit

Permalink
EIT fixup for all Astra-2 multiplexes
Browse files Browse the repository at this point in the history
Add EIT UK fixup procssing for a few multiplexes that are present
on the Astra-2 28E2 satellite but that were not included yet
in the fixup map.
  • Loading branch information
kmdewaal committed Jan 18, 2025
1 parent 9a58f6c commit 5959411
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions mythtv/libs/libmythtv/eithelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,22 +1057,13 @@ static void init_fixup(FixupMap &fix)
for (int i = 2037; i <= 2057; ++i)
fix[ (long long)i << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2059LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2061LL << 32 | 2U << 16] = EITFixUp::kFixUK;
for (int i = 2063; i <= 2069; ++i)
for (int i = 2061; i <= 2069; ++i)
fix[ (long long)i << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2071LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2076LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2081LL << 32 | 2U << 16] = EITFixUp::kFixUK;
for (int i = 2089; i <= 2092; ++i)
for (int i = 2089; i <= 2116; ++i)
fix[ (long long)i << 32 | 2U << 16] = EITFixUp::kFixUK;
for (int i = 2094; i <= 2099; ++i)
fix[ (long long)i << 32 | 2U << 16] = EITFixUp::kFixUK;
for (int i = 2102; i <= 2110; ++i)
fix[ (long long)i << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2112LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2113LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2114LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2116LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2301LL << 32 | 2U << 16] = EITFixUp::kFixUK | EITFixUp::kFixHTML;
fix[ 2302LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2303LL << 32 | 2U << 16] = EITFixUp::kFixUK;
Expand Down

0 comments on commit 5959411

Please sign in to comment.