Skip to content

Commit

Permalink
Apply UK EIT fix-up on additional transports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcjm committed Jan 5, 2015
1 parent 12c6405 commit 7ee28ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/libs/libmythtv/eithelper.cpp
Expand Up @@ -1021,6 +1021,8 @@ static void init_fixup(QMap<uint64_t,uint> &fix)
fix[ 2057LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2061LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2063LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2064LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2066LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2068LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2301LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2302LL << 32 | 2U << 16] = EITFixUp::kFixUK;
Expand All @@ -1046,6 +1048,8 @@ static void init_fixup(QMap<uint64_t,uint> &fix)
fix[ 2052LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2055LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2056LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2076LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2081LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2315LL << 32 | 2U << 16] = EITFixUp::kFixUK;
fix[ 2316LL << 32 | 2U << 16] = EITFixUp::kFixUK;
for (int i = 2402; i <= 2412; ++i)
Expand Down

0 comments on commit 7ee28ce

Please sign in to comment.