Go to the source code of this file.
|
static int | opus_duration (const uint8_t *src, int size) |
|
static int | opus_write_extradata (AVCodecParameters *codecpar) |
|
static int | opus_init (AVFormatContext *s, int st_index, PayloadContext *priv_data) |
|
static int | opus_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
static int | parse_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) |
|
static int | opus_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
|
◆ opus_duration()
static int opus_duration |
( |
const uint8_t * |
src, |
|
|
int |
size |
|
) |
| |
|
static |
◆ opus_write_extradata()
◆ opus_init()
◆ opus_parse_packet()
◆ parse_fmtp()
◆ opus_parse_sdp_line()
◆ ff_opus_dynamic_handler
Initial value:= {
.enc_name = "opus",
}
Definition at line 144 of file rtpdec_opus.c.
static int opus_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags)