[vlc-devel] [PATCH] ISDB-S was not working.

Rémi Denis-Courmont remi at remlab.net
Mon Jun 10 18:48:15 CEST 2013


Le samedi 8 juin 2013 22:50:01, HIRANO Takahito a écrit :
> 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,

That part of the patch was obviously correct so I merged it, thanks.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list