#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
Go to the source code of this file.
#define PARSE_BUF_SIZE (65536) |
Initial value:= {
}
static av_cold void dvbsub_parse_close(AVCodecParserContext *s)
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)
struct DVBSubParseContext DVBSubParseContext
Definition at line 174 of file dvbsub_parser.c.