Go to the source code of this file.
|
static int | rfc4175_parse_format (AVStream *stream, PayloadContext *data) |
|
static int | rfc4175_parse_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) |
|
static int | rfc4175_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
|
static int | rfc4175_finalize_packet (PayloadContext *data, AVPacket *pkt, int stream_index) |
|
static int | rfc4175_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
◆ rfc4175_parse_format()
◆ rfc4175_parse_fmtp()
◆ rfc4175_parse_sdp_line()
◆ rfc4175_finalize_packet()
◆ rfc4175_handle_packet()
◆ ff_rfc4175_rtp_handler
static int rfc4175_handle_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.