X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fisection.h;h=2b48a6b16ae5413897f751e13a8face8adfdd95c;hp=5a0c5cf4d99c3def1783c5e5322774879f5f9474;hb=5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200;hpb=a8310a1a7345577916560e789cdb8c1712e620a9 diff --git a/lib/dvb/isection.h b/lib/dvb/isection.h index 5a0c5cf..2b48a6b 100644 --- a/lib/dvb/isection.h +++ b/lib/dvb/isection.h @@ -3,47 +3,6 @@ #include -#ifndef DMX_FILTER_SIZE -#define DMX_FILTER_SIZE 16 -#endif - -struct eDVBSectionFilterMask -{ - int pid; - /* mode is 0 for positive, 1 for negative filtering */ - __u8 data[DMX_FILTER_SIZE], mask[DMX_FILTER_SIZE], mode[DMX_FILTER_SIZE]; - enum { - rfCRC=1, - rfNoAbort=2 - }; - int flags; -}; - -struct eDVBTableSpec -{ - int pid, tid, tidext, tid_mask, tidext_mask; - int version; - int timeout; /* timeout in ms */ - enum - { - tfInOrder=1, - /* - tfAnyVersion filter ANY version - 0 filter all EXCEPT given version (negative filtering) - tfThisVersion filter only THIS version - */ - tfAnyVersion=2, - tfThisVersion=4, - tfHaveTID=8, - tfHaveTIDExt=16, - tfCheckCRC=32, - tfHaveTimeout=64, - tfHaveTIDMask=128, - tfHaveTIDExtMask=256 - }; - int flags; -}; - class iDVBSectionReader: public iObject { public: