FFmpeg
Data Fields
DVBSubCLUT Struct Reference

Data Fields

int id
 
int version
 
uint32_t clut4 [4]
 
uint32_t clut16 [16]
 
uint32_t clut256 [256]
 
struct DVBSubCLUTnext
 

Detailed Description

Definition at line 41 of file dvbsubdec.c.

Field Documentation

◆ id

int DVBSubCLUT::id

Definition at line 42 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and get_clut().

◆ version

int DVBSubCLUT::version

Definition at line 43 of file dvbsubdec.c.

Referenced by dvbsub_parse_clut_segment().

◆ clut4

uint32_t DVBSubCLUT::clut4[4]

Definition at line 45 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and save_subtitle_set().

◆ clut16

uint32_t DVBSubCLUT::clut16[16]

Definition at line 46 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and save_subtitle_set().

◆ clut256

uint32_t DVBSubCLUT::clut256[256]

Definition at line 47 of file dvbsubdec.c.

Referenced by dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and save_subtitle_set().

◆ next

struct DVBSubCLUT* DVBSubCLUT::next

Definition at line 49 of file dvbsubdec.c.

Referenced by delete_cluts(), dvbsub_init_decoder(), dvbsub_parse_clut_segment(), and get_clut().


The documentation for this struct was generated from the following file: