FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Macros | |
#define | RTP_VP9_DESC_REQUIRED_SIZE 1 |
Functions | |
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) |
Variables | |
RTPDynamicProtocolHandler | ff_vp9_dynamic_handler |
#define RTP_VP9_DESC_REQUIRED_SIZE 1 |
Definition at line 27 of file rtpdec_vp9.c.
Referenced by vp9_handle_packet().
|
static |
Definition at line 34 of file rtpdec_vp9.c.
|
static |
Definition at line 43 of file rtpdec_vp9.c.
|
static |
Definition at line 328 of file rtpdec_vp9.c.
RTPDynamicProtocolHandler ff_vp9_dynamic_handler |
Definition at line 333 of file rtpdec_vp9.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().