Mailing List archive

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

[linux-dvb] Re: "scan" utility



Florian Steinel wrote:
> Here is the patch.
...
> +static
> +void parse_ca_identifier_descriptor (const unsigned char *buf,
> +						 struct service *s)
> +{
> +	unsigned char len = buf [1];
> +
> +	buf += 2;
> +
> +	if (len >= 16) {
> +		MSG("    CA_ID=%.3s %d", buf, buf[3]);
> +		memcpy(s->ca_id[s->ca_num], buf, 15);
> +	}
> +}

That stuff is completely bogus. I comitted a corrected version
to CVS.


Thanks,
Johannes


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



Home | Main Index | Thread Index