#include "sbc.h"
#include "parser.h"
#include "parser_internal.h"
Go to the source code of this file.
◆ sbc_parse_header()
◆ sbc_parse()
◆ ff_sbc_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)
av_cold void ff_parse_close(AVCodecParserContext *s)
#define PARSER_CODEC_LIST(...)
static int sbc_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition at line 120 of file sbc_parser.c.