Go to the source code of this file.
Data Structures | |
| struct | DVDSubParseContext |
Typedefs | |
| typedef struct DVDSubParseContext | DVDSubParseContext |
Functions | |
| static av_cold int | dvdsub_parse_init (AVCodecParserContext *s) |
| static int | dvdsub_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| static av_cold void | dvdsub_parse_close (AVCodecParserContext *s) |
Variables | |
| AVCodecParser | ff_dvdsub_parser |
| typedef struct DVDSubParseContext DVDSubParseContext |
|
static |
Definition at line 37 of file dvdsub_parser.c.
|
static |
Definition at line 73 of file dvdsub_parser.c.
|
static |
Definition at line 32 of file dvdsub_parser.c.
| AVCodecParser ff_dvdsub_parser |
Definition at line 79 of file dvdsub_parser.c.