]> git.sesse.net Git - vlc/commit
Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible...
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 12 Aug 2003 15:35:26 +0000 (15:35 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 12 Aug 2003 15:35:26 +0000 (15:35 +0000)
commit61529b8d8d7de1ce1a897bfffb09eeeec261e507
treed62e2d28d0e7c345cd028b16b5068791ef131d7d
parent51c3cea1b98a6efdc28bc89c300e985afb9d0d2b
Fixed long problem with tuning to frequencies like; 12669500 Hz which is not possible with the old satellite plugin, because it reads 12669,5 in kHz and could not be expressed.
* Frequency, symbol rate, LNB_LOF1, LNB_LOF2 and LNB_SLOF are in Hz now. Input methods "dvb", "qpsk", "cable", "terrestrial" use this policy.
* Added backwards compatibility with access method "satellite" as used by the GUI; frequency and symbol rate are interpreted as kHz.
modules/access/dvb/access.c
modules/access/dvb/qpsk.c