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-FerrazDeVasconcelos | |
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 '')
-rw-r--r-- | isdb-t/br-sp-FerrazDeVasconcelos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isdb-t/br-sp-FerrazDeVasconcelos b/isdb-t/br-sp-FerrazDeVasconcelos index 33729070..6d5e01cb 100644 --- a/isdb-t/br-sp-FerrazDeVasconcelos +++ b/isdb-t/br-sp-FerrazDeVasconcelos @@ -350,7 +350,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 @@ -672,7 +672,7 @@ [RBI TV] DELIVERY_SYSTEM = ISDBT BANDWIDTH_HZ = 6000000 - FREQUENCY = + FREQUENCY = 183142857 INVERSION = AUTO GUARD_INTERVAL = AUTO TRANSMISSION_MODE = AUTO |