Go to the source code of this file.
|
static av_cold int | vp9_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
|
static int | vp9_handle_packet (AVFormatContext *ctx, PayloadContext *rtp_vp9_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
static void | vp9_close_context (PayloadContext *vp9) |
|
◆ RTP_VP9_DESC_REQUIRED_SIZE
#define RTP_VP9_DESC_REQUIRED_SIZE 1 |
◆ vp9_init()
◆ vp9_handle_packet()
◆ vp9_close_context()
◆ ff_vp9_dynamic_handler
static int vp9_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_vp9_ctx, 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.