Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: example program



> 
> On Fri, Oct 11, 2002 at 02:32:28PM +0000, Justin Cormack wrote:
> > > 
> > I cant get tzap to tune though, with config file set to
> > BBC-1:50583333:INVERSION_OFF:BANDWIDTH_8_MHZ:FEC_2_3:FEC_NONE:
> 
> You've set FEC to FEC_2_3 and then set it again to FEC_NONE immediately after - are
> you thinking maybe about the hierarchy?
> 
> Just a thought =)
> 
> gdh
> 

Just copying from the examples. Those are code_rate_HP and code_rate_LP

        if ((err = try_parse_param(fd, fec_list, LIST_SIZE(fec_list),
                                   (int *) &frontend->u.ofdm.code_rate_HP,
                                   "code_rate_HP")))
                return -6;

        if ((err = try_parse_param(fd, fec_list, LIST_SIZE(fec_list),
                                   (int *) &frontend->u.ofdm.code_rate_LP,
                                   "code_rate_LP")))
                return -7;



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index