RTP support for the VP8 payload.
More...
Go to the source code of this file.
|
static int | vp8_broken_sequence (AVFormatContext *ctx, PayloadContext *vp8, const char *msg) |
|
static int | vp8_handle_packet (AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
static av_cold int | vp8_init (AVFormatContext *s, int st_index, PayloadContext *vp8) |
|
static void | vp8_close_context (PayloadContext *vp8) |
|
static int | vp8_need_keyframe (PayloadContext *vp8) |
|
Initial value:= {
.enc_name = "VP8",
}
static void vp8_close_context(PayloadContext *vp8)
static av_cold int init(AVCodecContext *avctx)
RTP/JPEG specific private data.
static int vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags)
static int vp8_need_keyframe(PayloadContext *vp8)
static av_cold int vp8_init(AVFormatContext *s, int st_index, PayloadContext *vp8)
Definition at line 279 of file rtpdec_vp8.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().