67                } __attribute__((packed));
 
   68        } __attribute__((packed));
 
   72} __attribute__((packed));
 
 
   77#define dvb_desc_ca_field_first ca_id 
   79#define dvb_desc_ca_field_last  privdata 
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void dvb_desc_ca_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the CA descriptor.
int dvb_desc_ca_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the CA descriptor.
void dvb_desc_ca_free(struct dvb_desc *desc)
Frees all data allocated by the CA descriptor.
Contains the private data for Conditional Access.
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.