20#ifndef _DESC_REGISTRATION_ID_H
21#define _DESC_REGISTRATION_ID_H
60} __attribute__((packed));
85 const uint8_t *buf,
struct dvb_desc *desc);
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
int dvb_desc_registration_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the registration descriptor.
void dvb_desc_registration_free(struct dvb_desc *desc)
Frees all data allocated by the registration descriptor.
void dvb_desc_registration_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the registration descriptor.
Struct containing the frequency list descriptor.
uint8_t * additional_identification_info
uint8_t format_identifier[4]
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.