Go to the source code of this file.
|
static int | return_stored_frame (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) |
|
static int | store_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) |
|
static int | qcelp_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
◆ return_stored_frame()
◆ store_packet()
◆ qcelp_parse_packet()
◆ frame_sizes
const uint8_t frame_sizes[] |
|
static |
◆ ff_qcelp_dynamic_handler
Initial value:= {
.enc_name = "x-Purevoice",
.static_payload_id = 12,
}
Definition at line 212 of file rtpdec_qcelp.c.
static int qcelp_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_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush)
Parse a packet, add all split parts to parse_queue.
RTP/JPEG specific private data.