Skip to content

Commit

Permalink
Remove channels which are no longer in use in us-bcast (Backport of 2…
Browse files Browse the repository at this point in the history
…080ca3)

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.
  • Loading branch information
Nicolas Riendeau committed Jan 23, 2011
1 parent 90fe13c commit 7af55a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions mythtv/libs/libmythtv/frequencies.c
Expand Up @@ -79,21 +79,6 @@ static struct CHANLIST ntsc_bcast[] = {
{ "67", 789250 },
{ "68", 795250 },
{ "69", 801250 },

{ "70", 807250 },
{ "71", 813250 },
{ "72", 819250 },
{ "73", 825250 },
{ "74", 831250 },
{ "75", 837250 },
{ "76", 843250 },
{ "77", 849250 },
{ "78", 855250 },
{ "79", 861250 },
{ "80", 867250 },
{ "81", 873250 },
{ "82", 879250 },
{ "83", 885250 },
};

/* US cable */
Expand Down
4 changes: 0 additions & 4 deletions mythtv/libs/libmythtv/frequencytables.cpp
Expand Up @@ -513,10 +513,6 @@ static void init_freq_tables(freq_table_map_t &fmap)
fmap["atsc_vsb8_us3"] = new FrequencyTable(
"ATSC Channel %1", 14, 473000000, 803000000, 6000000,
DTVModulation::kModulation8VSB);
// UHF 70-83
fmap["atsc_vsb8_us4"] = new FrequencyTable(
"ATSC Channel %1", 70, 809000000, 887000000, 6000000,
DTVModulation::kModulation8VSB);
#endif // !DEBUG_DVB_OFFSETS

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

0 comments on commit 7af55a6

Please sign in to comment.