FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DVBSubParseContext |
Macros | |
#define | PARSE_BUF_SIZE (65536) |
Functions | |
static int | dvbsub_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_dvbsub_parser |
#define PARSE_BUF_SIZE (65536) |
Definition at line 31 of file dvbsub_parser.c.
|
static |
Definition at line 42 of file dvbsub_parser.c.
const AVCodecParser ff_dvbsub_parser |
Definition at line 166 of file dvbsub_parser.c.