Ticket #2413: patch

File patch, 1.0 KB (added by anonymous, 18 years ago)
  • libs/libmythtv/frequencies.c

     
    11841184};
    11851185
    11861186/* --------------------------------------------------------------------- */
     1187/* Malaysia broadcast added by Andrew Chuah on 26 Sept 2006 */
     1188static struct CHANLIST pal_bcast_my[] = {
     1189    { "1", 175500 },
     1190    { "2", 217500 },
     1191    { "3", 535000 },
     1192    { "4", 599000 },
     1193    { "5", 654500 },
     1194    { "6", 687300 },
     1195};
     1196/* --------------------------------------------------------------------- */
    11871197
    11881198static struct CHANLIST argentina[] = {
    11891199    { "001",   56250 },
     
    13021312    { "argentina",        argentina,         CHAN_COUNT(argentina)         },
    13031313    { "australia-optus",  pal_australia_optus, CHAN_COUNT(pal_australia_optus) },
    13041314    { "singapore",        pal_bcast_sg,      CHAN_COUNT(pal_bcast_sg)      },
     1315    { "malaysia",         pal_bcast_my,      CHAN_COUNT(pal_bcast_my)      },
    13051316    { NULL, NULL, 0 } /* EOF */
    13061317};