FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | SBCParseContext |
Functions | |
static int | sbc_parse_header (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t *data, size_t len) |
static int | sbc_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_sbc_parser |
|
static |
Definition at line 33 of file sbc_parser.c.
Referenced by sbc_parse().
|
static |
Definition at line 78 of file sbc_parser.c.
const AVCodecParser ff_sbc_parser |
Definition at line 119 of file sbc_parser.c.