Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add 23Msys/s to the preset list of possible symbol rates. This one is…
… used for several DVB-S2 multiplexes in the UK.
  • Loading branch information
stuartm committed Apr 30, 2014
1 parent c090708 commit 8d11d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -170,6 +170,7 @@ class ScanSymbolRateDVBS: public ComboBoxSetting, public TransientStorage
"million symbols per second."));
addSelection("3333000");
addSelection("22000000");
addSelection("23000000");
addSelection("27500000", "27500000", true);
addSelection("28000000");
addSelection("28500000");
Expand Down
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/transporteditor.cpp
Expand Up @@ -470,6 +470,7 @@ class DVBSymbolRate : public ComboBoxSetting, public MuxDBStorage
"million symbols per second."));
addSelection("3333000");
addSelection("22000000");
addSelection("23000000");
addSelection("27500000", "27500000", true);
addSelection("28000000");
addSelection("28500000");
Expand Down

0 comments on commit 8d11d72

Please sign in to comment.