Ticket #3549: t3549_dvbt_spain.diff

File t3549_dvbt_spain.diff, 652 bytes (added by Janne Grunau, 16 years ago)

eitfixups for spanish dvb-t

  • libs/libmythtv/eithelper.cpp

    old new  
    819819
    820820    // Premiere and Pro7/Sat.1
    821821    fix[133 << 16] = EITFixUp::kEFixForceISO8859_15;
     822
     823    // DVB-T Spain
     824    fix[ 10LL << 32 | 8916 << 16 ] = EITFixUp::kEFixForceISO8859_15;
     825    fix[ 12LL << 32 | 8916 << 16 ] = EITFixUp::kEFixForceISO8859_15;
     826    fix[ 13LL << 32 | 8916 << 16 ] = EITFixUp::kEFixForceISO8859_15;
    822827}
    823828
    824829static int calc_eit_utc_offset(void)