FFmpeg
|
Data Fields | |
int | packet_start |
int | packet_index |
int | in_packet |
uint8_t | packet_buf [PARSE_BUF_SIZE] |
Definition at line 35 of file dvbsub_parser.c.
int DVBSubParseContext::packet_start |
Definition at line 36 of file dvbsub_parser.c.
Referenced by dvbsub_parse().
int DVBSubParseContext::packet_index |
Definition at line 37 of file dvbsub_parser.c.
Referenced by dvbsub_parse().
int DVBSubParseContext::in_packet |
Definition at line 38 of file dvbsub_parser.c.
Referenced by dvbsub_parse().
uint8_t DVBSubParseContext::packet_buf[PARSE_BUF_SIZE] |
Definition at line 39 of file dvbsub_parser.c.
Referenced by dvbsub_parse().