Skip to content

Commit 7af55a6

Browse files
author
Nicolas Riendeau
committed
Remove channels which are no longer in use in us-bcast (Backport of 2080ca3)
This removes channels which are no longer allocated to OTA in us-bcast. OKed by danielk and sphery. Thanks goes to majortom from bringing this up.
1 parent 90fe13c commit 7af55a6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

mythtv/libs/libmythtv/frequencies.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,6 @@ static struct CHANLIST ntsc_bcast[] = {
7979
{ "67", 789250 },
8080
{ "68", 795250 },
8181
{ "69", 801250 },
82-
83-
{ "70", 807250 },
84-
{ "71", 813250 },
85-
{ "72", 819250 },
86-
{ "73", 825250 },
87-
{ "74", 831250 },
88-
{ "75", 837250 },
89-
{ "76", 843250 },
90-
{ "77", 849250 },
91-
{ "78", 855250 },
92-
{ "79", 861250 },
93-
{ "80", 867250 },
94-
{ "81", 873250 },
95-
{ "82", 879250 },
96-
{ "83", 885250 },
9782
};
9883

9984
/* US cable */

mythtv/libs/libmythtv/frequencytables.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,6 @@ static void init_freq_tables(freq_table_map_t &fmap)
513513
fmap["atsc_vsb8_us3"] = new FrequencyTable(
514514
"ATSC Channel %1", 14, 473000000, 803000000, 6000000,
515515
DTVModulation::kModulation8VSB);
516-
// UHF 70-83
517-
fmap["atsc_vsb8_us4"] = new FrequencyTable(
518-
"ATSC Channel %1", 70, 809000000, 887000000, 6000000,
519-
DTVModulation::kModulation8VSB);
520516
#endif // !DEBUG_DVB_OFFSETS
521517

522518
QString modStr[] = { "vsb8", "qam256", "qam128", "qam64", };

0 commit comments

Comments
 (0)