Mailing List archive

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

Re: Transport stream



How does the filtering actually work? Are the bits used as a mask (e.g :
PID=0x1ff, all PIDs in range 0-0x1ff)?
And what is data[16] used for? I'm confused, help!

Sorry if this stuff has already been covered, but I couldn't find any info
in the .h files.

>   struct bitfilter filt1 = {
>     0x1ff,
>     { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
>       0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},
>       0x0500|DATA_PIPING_FLAG, 0, FILTER_MEM
>   };
>




Home | Main Index | Thread Index