[vlc-devel] [vlc-commits] dtv: accept frequency as low as 50 MHz (fixes #7406)
Rémi Denis-Courmont
remi at remlab.net
Mon Sep 3 11:21:09 CEST 2012
Le vendredi 31 août 2012 11:40:39, Zoran Turalija a écrit :
> > - if (freq != 0 && freq <= 108000000)
> > + if (freq != 0 && freq < 30000000)
>
> ^
> Typo?
No. The bug reports required to accept 50 MHz. But I don't see any reason to
ot allow frequencies as low as 30 MHz, so I prefer to anticipate furhter
complaints.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list