FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | OpusParseContext |
Functions | |
static const uint8_t * | parse_opus_ts_header (const uint8_t *start, int *payload_len, int buf_len) |
static int | opus_find_frame_end (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t *buf, int buf_size, int *header_len) |
Find the end of the current frame in the bitstream. More... | |
static int | opus_parse (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_opus_parser |
|
static |
Definition at line 41 of file opus_parser.c.
Referenced by opus_find_frame_end().
|
static |
Find the end of the current frame in the bitstream.
Definition at line 83 of file opus_parser.c.
Referenced by opus_parse().
|
static |
Definition at line 165 of file opus_parser.c.
const AVCodecParser ff_opus_parser |
Definition at line 193 of file opus_parser.c.