From d81f4ecd8d502d8751227fe53b50e6acc6c1ee72 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Tue, 29 Aug 2006 21:05:35 +0000 Subject: complete range of frequencies for Ireland; patch by gmccullagh gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19596 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/frequencies.c | 48 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 10 deletions(-) (limited to 'stream') diff --git a/stream/frequencies.c b/stream/frequencies.c index 38eea35aa0..f810e443ba 100644 --- a/stream/frequencies.c +++ b/stream/frequencies.c @@ -747,16 +747,44 @@ static const struct CHANLIST pal_italy[] = { FREQ_UHF }; -static const struct CHANLIST pal_ireland[] = { - { "0", 45750 }, - { "1", 53750 }, - { "2", 61750 }, - { "3", 175250 }, - { "4", 183250 }, - { "5", 191250 }, - { "6", 199250 }, - { "7", 207250 }, - { "8", 215250 }, +static struct CHANLIST pal_ireland[] = { + { "A0", 45750 }, + { "A1", 48000 }, + { "A2", 53750 }, + { "A3", 56000 }, + { "A4", 61750 }, + { "A5", 64000 }, + { "A6", 175250 }, + { "A7", 176000 }, + { "A8", 183250 }, + { "A9", 184000 }, + { "A10", 191250 }, + { "A11", 192000 }, + { "A12", 199250 }, + { "A13", 200000 }, + { "A14", 207250 }, + { "A15", 208000 }, + { "A16", 215250 }, + { "A17", 216000 }, + { "A18", 224000 }, + { "A19", 232000 }, + { "A20", 248000 }, + { "A21", 256000 }, + { "A22", 264000 }, + { "A23", 272000 }, + { "A24", 280000 }, + { "A25", 288000 }, + { "A26", 296000 }, + { "A27", 304000 }, + { "A28", 312000 }, + { "A29", 320000 }, + { "A30", 344000 }, + { "A31", 352000 }, + { "A32", 408000 }, + { "A33", 416000 }, + { "A34", 448000 }, + { "A35", 480000 }, + { "A36", 520000 }, FREQ_UHF, }; -- cgit v1.2.3