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
◆ 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)
 
RTP/JPEG specific private data.