]> git.sesse.net Git - vlc/commit
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies...
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 2 Oct 2003 10:28:04 +0000 (10:28 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 2 Oct 2003 10:28:04 +0000 (10:28 +0000)
commitdb7f59de4229959b9f6ca8bdb96fcac25b9e6ba3
treeef805ebe961d64bd7730787a7690b53f8c7501f6
parent155d24a887deeb2598b948d0c035862f437a0e5c
Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline.
modules/access/dvb/access.c
modules/access/dvb/qpsk.c