Advertisement
Guest User

Untitled

a guest
Jul 19th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmythtv/frequencytables.cpp b/mythtv/libs/libmythtv/frequencytables.cpp
  2. index d633b4e..2f1e647 100644
  3. --- a/mythtv/libs/libmythtv/frequencytables.cpp
  4. +++ b/mythtv/libs/libmythtv/frequencytables.cpp
  5. @@ -550,7 +550,7 @@ static void init_freq_tables(freq_table_map_t &fmap)
  6. DTVModulation::kModulation8VSB);
  7. // UHF 14-69
  8. fmap["atsc_vsb8_us3"] = new FrequencyTable(
  9. - "ATSC Channel %1", 14, 473000000, 803000000, 6000000,
  10. + "ATSC Channel %1", 14, 473000000, 695000000, 6000000,
  11. DTVModulation::kModulation8VSB);
  12. #endif // !DEBUG_DVB_OFFSETS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement