#include "avformat.h"
#include "rtpdec_formats.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Functions | |
int | ff_h263_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, int flags) |
Variables | |
RTPDynamicProtocolHandler | ff_h263_1998_dynamic_handler |
RTPDynamicProtocolHandler | ff_h263_2000_dynamic_handler |
int ff_h263_handle_packet | ( | AVFormatContext * | ctx, | |
PayloadContext * | data, | |||
AVStream * | st, | |||
AVPacket * | pkt, | |||
uint32_t * | timestamp, | |||
const uint8_t * | buf, | |||
int | len, | |||
int | flags | |||
) |
Initial value:
{ .enc_name = "H263-1998", .codec_type = AVMEDIA_TYPE_VIDEO, .codec_id = CODEC_ID_H263, .parse_packet = ff_h263_handle_packet, }
Definition at line 91 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
Initial value:
{ .enc_name = "H263-2000", .codec_type = AVMEDIA_TYPE_VIDEO, .codec_id = CODEC_ID_H263, .parse_packet = ff_h263_handle_packet, }
Definition at line 98 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().