[vlc-commits] dtv: fix ISDB-S tuning

Takahito HIRANO git at videolan.org
Mon Jun 10 18:37:59 CEST 2013


vlc | branch: master | Takahito HIRANO <hiranotaka at zng.info> | Mon Jun 10 19:36:23 2013 +0300| [b50c7652c71962d64df75ec60a901131e577fdc7] | committer: Rémi Denis-Courmont

dtv: fix ISDB-S tuning

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 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 cb3315f..ce88747 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -1035,7 +1035,7 @@ int dvb_set_isdbs (dvb_device_t *d, uint64_t freq_Hz, uint16_t ts_id)
 
     if (dvb_find_frontend (d, ISDB_S))
         return -1;
-    return dvb_set_props (d, 5, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_ISDBS,
+    return dvb_set_props (d, 4, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_ISDBS,
                           DTV_FREQUENCY, freq,
 #if DVBv5(8)
                           DTV_STREAM_ID,



More information about the vlc-commits mailing list