Go to the source code of this file.
|
static void | mpa_robust_close_context (PayloadContext *data) |
|
static int | mpa_robust_parse_rtp_header (AVFormatContext *ctx, const uint8_t *buf, int len, unsigned *adu_size, unsigned *cont) |
|
static int | mpa_robust_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
◆ mpa_robust_close_context()
◆ mpa_robust_parse_rtp_header()
static int mpa_robust_parse_rtp_header |
( |
AVFormatContext * |
ctx, |
|
|
const uint8_t * |
buf, |
|
|
int |
len, |
|
|
unsigned * |
adu_size, |
|
|
unsigned * |
cont |
|
) |
| |
|
static |
◆ mpa_robust_parse_packet()
◆ ff_mpeg_audio_robust_dynamic_handler
static int mpa_robust_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.