[vlc-commits] dtv: fix DVB-T2 tuning

Rémi Denis-Courmont git at videolan.org
Thu Jan 2 18:34:33 CET 2014


vlc/vlc-2.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan  2 19:33:06 2014 +0200| [a74fb329444af2e10a5c589fcb7eff89d7bce24c] | committer: Rémi Denis-Courmont

dtv: fix DVB-T2 tuning

(cherry picked from commit d2b076e1beacffac1b43b63f1d175ecebe0a1325)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=a74fb329444af2e10a5c589fcb7eff89d7bce24c
---

 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 ce88747..a3f81b5 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -986,7 +986,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