[vlc-devel] [vlc-commits] dtv: accept frequency as low as 50 MHz (fixes #7406)
Zoran Turalija
zoran.turalija at gmail.com
Mon Sep 3 12:56:36 CEST 2012
On Mon, Sep 03, 2012 at 12:21:09PM +0300, Rémi Denis-Courmont wrote:
> 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.
Thanks for clarification.
--
Kind regards,
Zoran Turalija
More information about the vlc-devel
mailing list