[MPlayer-cvslog] r19596 - trunk/stream/frequencies.c

nicodvb subversion at mplayerhq.hu
Tue Aug 29 23:05:36 CEST 2006


Author: nicodvb
Date: Tue Aug 29 23:05:35 2006
New Revision: 19596

Modified:
   trunk/stream/frequencies.c

Log:
complete range of frequencies for Ireland; patch by gmccullagh gmail com

Modified: trunk/stream/frequencies.c
==============================================================================
--- trunk/stream/frequencies.c	(original)
+++ trunk/stream/frequencies.c	Tue Aug 29 23:05:35 2006
@@ -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,
 };
 



More information about the MPlayer-cvslog mailing list