Skip to content

Commit

Permalink
activate some EIT fixups for Unitymedia (DVB-C Germany)
Browse files Browse the repository at this point in the history
enable RTL subtitle parsing for RTL Television and RTL Nitro
fix encoding for Das Vierte
  • Loading branch information
dekarl committed May 4, 2013
1 parent 5f904a5 commit 493fc26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mythtv/libs/libmythtv/eithelper.cpp
Expand Up @@ -1178,6 +1178,16 @@ static void init_fixup(QMap<uint64_t,uint> &fix)
fix[ 10008LL<<32 | 61441U << 16 | 53002] = // Tele 5
EITFixUp::kEFixForceISO8859_15;

// DVB-C Unitymedia Germany
fix[ 9999 << 16 | 161LL << 32 | 12101 ] = // RTL Television
fix[ 9999 << 16 | 161LL << 32 | 12104 ] = // VOX
fix[ 9999 << 16 | 161LL << 32 | 12107 ] = // Super RTL
fix[ 9999 << 16 | 161LL << 32 | 12109 ] = // n-tv
fix[ 9999 << 16 | 301LL << 32 | 30114 ] = // RTL NITRO
EITFixUp::kFixRTL;
fix[ 9999 << 16 | 191LL << 32 | 11102 ] = // DAS VIERTE
EITFixUp::kEFixForceISO8859_15;

// DVB-S Astra 19.2E DMAX Germany
fix[ 1113LL << 32 | 1 << 16 | 12602] = EITFixUp::kEFixForceISO8859_15;

Expand Down

0 comments on commit 493fc26

Please sign in to comment.