RTP support for the VP8 payload. More...
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/H264 specific private data. More... |
Functions | |
static void | prepare_packet (AVPacket *pkt, PayloadContext *vp8, int stream) |
static int | vp8_handle_packet (AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, int flags) |
static PayloadContext * | vp8_new_context (void) |
static void | vp8_free_context (PayloadContext *vp8) |
Variables | |
RTPDynamicProtocolHandler | ff_vp8_dynamic_handler |
RTP support for the VP8 payload.
Definition in file rtpdec_vp8.c.
|
static |
Definition at line 39 of file rtpdec_vp8.c.
Referenced by vp8_handle_packet().
|
static |
Definition at line 137 of file rtpdec_vp8.c.
|
static |
Definition at line 49 of file rtpdec_vp8.c.
|
static |
Definition at line 130 of file rtpdec_vp8.c.
RTPDynamicProtocolHandler ff_vp8_dynamic_handler |
Definition at line 147 of file rtpdec_vp8.c.
Referenced by av_register_rtp_dynamic_payload_handlers().