37#ifndef _DESC_LANGUAGE_H
38#define _DESC_LANGUAGE_H
62} __attribute__((packed));
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void dvb_desc_language_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the language descriptor.
int dvb_desc_language_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the language descriptor.
Structure containing the ISO639 language descriptor.
unsigned char language[4]
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.