Go to the source code of this file.
|
static PayloadContext * | h263_new_context (void) |
|
static void | h263_free_context (PayloadContext *data) |
|
static av_cold int | h263_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
|
static int | h263_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
Initial value:= {
.static_payload_id = 34,
}
static int h263_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 void h263_free_context(PayloadContext *data)
static PayloadContext * h263_new_context(void)
static av_cold int h263_init(AVFormatContext *ctx, int st_index, PayloadContext *data)
Definition at line 207 of file rtpdec_h263_rfc2190.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().