[vlc-commits] dtv: fix DVB-T2 tuning
Rémi Denis-Courmont
git at videolan.org
Sat Feb 8 17:06:44 CET 2014
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 2 19:33:06 2014 +0200| [00a67fc9b4f02eebe9fab05575a75ecc0c4b6ea1] | committer: Felix Paul Kühne
dtv: fix DVB-T2 tuning
(cherry picked from commit d2b076e1beacffac1b43b63f1d175ecebe0a1325)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=00a67fc9b4f02eebe9fab05575a75ecc0c4b6ea1
---
modules/access/dtv/linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/dtv/linux.c b/modules/access/dtv/linux.c
index 86850f8..32a8374 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -871,7 +871,7 @@ int dvb_set_dvbt2 (dvb_device_t *d, uint32_t freq, const char *modstr,
if (dvb_find_frontend (d, DVB_T2))
return -1;
- return dvb_set_props (d, 8, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_DVBT2,
+ return dvb_set_props (d, 9, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_DVBT2,
DTV_FREQUENCY, freq, DTV_MODULATION, mod,
DTV_INNER_FEC, fec, DTV_BANDWIDTH_HZ, bandwidth,
DTV_TRANSMISSION_MODE, transmit_mode,
More information about the vlc-commits
mailing list