FFmpeg
|
Include dependency graph for rtpdec_h263.c:
Go to the source code of this file.
Functions | |
static int | h263_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
int | ff_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) |
Variables | |
RTPDynamicProtocolHandler | ff_h263_1998_dynamic_handler |
RTPDynamicProtocolHandler | ff_h263_2000_dynamic_handler |
Function Documentation
int ff_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 | ||
) |
Definition at line 34 of file rtpdec_h263.c.
Referenced by h263_handle_packet().
|
static |
Definition at line 26 of file rtpdec_h263.c.
Variable Documentation
RTPDynamicProtocolHandler ff_h263_1998_dynamic_handler |
Initial value:
= {
.enc_name = "H263-1998",
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_H263,
.init = h263_init,
.parse_packet = ff_h263_handle_packet,
}
Definition: libavcodec/avcodec.h:107
int ff_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)
Definition: rtpdec_h263.c:34
static int h263_init(AVFormatContext *ctx, int st_index, PayloadContext *data)
Definition: rtpdec_h263.c:26
Definition: avutil.h:143
Definition at line 99 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler |
Initial value:
= {
.enc_name = "H263-2000",
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_H263,
.init = h263_init,
.parse_packet = ff_h263_handle_packet,
}
Definition: libavcodec/avcodec.h:107
int ff_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)
Definition: rtpdec_h263.c:34
static int h263_init(AVFormatContext *ctx, int st_index, PayloadContext *data)
Definition: rtpdec_h263.c:26
Definition: avutil.h:143
Definition at line 107 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11