changeset 19590:9b2084cd9e48

complete range of frequencies for Ireland; patch by gmccullagh gmail com
author nicodvb
date Tue, 29 Aug 2006 21:05:35 +0000
parents d5c80704c04c
children f2a78abda66f
files stream/frequencies.c
diffstat 1 files changed, 38 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/stream/frequencies.c	Tue Aug 29 18:23:09 2006 +0000
+++ b/stream/frequencies.c	Tue Aug 29 21:05:35 2006 +0000
@@ -747,16 +747,44 @@
     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,
 };