From 28af1fba7a5032dfdc582030b96c40183f4e91ff Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 28 May 2016 22:07:43 -0300 Subject: isdb-t: Fix frequencies on channels at the VHF range Some channels are assigned to the VHF frequency range. My script were not expecting it, and initialized the files with empty frequencies. Fix it. Signed-off-by: Mauro Carvalho Chehab --- isdb-t/br-sp-Diadema | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'isdb-t/br-sp-Diadema') diff --git a/isdb-t/br-sp-Diadema b/isdb-t/br-sp-Diadema index 7e8e4a8d..eb3abd07 100644 --- a/isdb-t/br-sp-Diadema +++ b/isdb-t/br-sp-Diadema @@ -5,7 +5,7 @@ [TV ABC] DELIVERY_SYSTEM = ISDBT BANDWIDTH_HZ = 6000000 - FREQUENCY = + FREQUENCY = 195142857 INVERSION = AUTO GUARD_INTERVAL = AUTO TRANSMISSION_MODE = AUTO @@ -34,7 +34,7 @@ [TV Guarulhos] DELIVERY_SYSTEM = ISDBT BANDWIDTH_HZ = 6000000 - FREQUENCY = + FREQUENCY = 207142857 INVERSION = AUTO GUARD_INTERVAL = AUTO TRANSMISSION_MODE = AUTO @@ -437,7 +437,7 @@ ISDBT_LAYERC_TIME_INTERLEAVING = 0 # Physical channel 33 -[Top TV, Kiss TV, Top TV RĂ¡dios] +[Top TV, Kiss TV, MCI TV] DELIVERY_SYSTEM = ISDBT BANDWIDTH_HZ = 6000000 FREQUENCY = 587142857 @@ -759,7 +759,7 @@ [RBI TV] DELIVERY_SYSTEM = ISDBT BANDWIDTH_HZ = 6000000 - FREQUENCY = + FREQUENCY = 183142857 INVERSION = AUTO GUARD_INTERVAL = AUTO TRANSMISSION_MODE = AUTO -- cgit v1.2.3