#include "avcodec.h"
#include "get_bits.h"
Go to the source code of this file.
§ PARSE_BUF_SIZE
#define PARSE_BUF_SIZE (65536) |
§ dvbsub_parse_init()
§ dvbsub_parse()
§ dvbsub_parse_close()
§ ff_dvbsub_parser
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)
Definition at line 173 of file dvbsub_parser.c.