#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "parser_internal.h"
Go to the source code of this file.
◆ dvdsub_parse()
◆ dvdsub_parse_close()
◆ ff_dvdsub_parser
Initial value:= {
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
static av_cold void close(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)
@ AV_CODEC_ID_DVD_SUBTITLE
#define PARSER_CODEC_LIST(...)
Definition at line 88 of file dvdsub_parser.c.