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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to