FFmpeg
|
#include "avformat.h"
#include "rtpdec_formats.h"
#include "libavutil/attributes.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, uint16_t seq, int flags) |
Variables | |
const RTPDynamicProtocolHandler | ff_h263_1998_dynamic_handler |
const 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, | ||
uint16_t | seq, | ||
int | flags | ||
) |
Definition at line 27 of file rtpdec_h263.c.
Referenced by h263_handle_packet().
const RTPDynamicProtocolHandler ff_h263_1998_dynamic_handler |
Definition at line 92 of file rtpdec_h263.c.
const RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler |
Definition at line 100 of file rtpdec_h263.c.