FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DVBSubParseContext |
Macros | |
#define | PARSE_BUF_SIZE (65536) |
Functions | |
static av_cold int | dvbsub_parse_init (AVCodecParserContext *s) |
static int | dvbsub_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
static av_cold void | dvbsub_parse_close (AVCodecParserContext *s) |
Variables | |
AVCodecParser | ff_dvbsub_parser |
#define PARSE_BUF_SIZE (65536) |
Definition at line 26 of file dvbsub_parser.c.
Referenced by dvbsub_parse(), and dvbsub_parse_init().
|
static |
Definition at line 37 of file dvbsub_parser.c.
|
static |
Definition at line 45 of file dvbsub_parser.c.
|
static |
Definition at line 167 of file dvbsub_parser.c.
AVCodecParser ff_dvbsub_parser |
Definition at line 173 of file dvbsub_parser.c.