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

Takahito HIRANO git at videolan.org
Mon Jun 10 18:38:22 CEST 2013


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

dtv: fix ISDB-S tuning

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit b50c7652c71962d64df75ec60a901131e577fdc7)

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

 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 bf4215c..86850f8 100644
--- a/modules/access/dtv/linux.c
+++ b/modules/access/dtv/linux.c
@@ -915,7 +915,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