diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-05-28 22:07:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-05-28 22:07:43 -0300 |
commit | 28af1fba7a5032dfdc582030b96c40183f4e91ff (patch) | |
tree | 717cbe0026373768b4c53d2ee8d44fa4a2399521 /isdb-t/br-sp-SantoAndre | |
parent | 43895629e8fc3f843bdc1f08f719da75ec2ef3c6 (diff) | |
download | dtv-scan-tables-28af1fba7a5032dfdc582030b96c40183f4e91ff.tar.gz |
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 <mchehab@osg.samsung.com>
Diffstat (limited to 'isdb-t/br-sp-SantoAndre')
-rw-r--r-- | isdb-t/br-sp-SantoAndre | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isdb-t/br-sp-SantoAndre b/isdb-t/br-sp-SantoAndre index 792f1567..329ea1ff 100644 --- a/isdb-t/br-sp-SantoAndre +++ b/isdb-t/br-sp-SantoAndre @@ -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 |