Mailing List archive

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

Re: DVB-SI and DVB-Text



 Hi!

On Thu, 17 Aug 2000, it was written:
>       /* EIT table is in buf... here you have to process the table */
>       /* for now just dump it to the stdout */
>       seclen=((buf[1]&0x0f)<<8)|buf[2];

 Sorry, I've made a mistake, this is incorrect; the correct section length
is:
       seclen=3+((buf[1]&0x0f)<<8)|buf[2];
 Bye,
 David



Home | Main Index | Thread Index