FFmpeg
|
#include "avformat.h"
#include "rtpenc.h"
#include "libavcodec/put_bits.h"
#include "libavcodec/get_bits.h"
Go to the source code of this file.
Data Structures | |
struct | H263Info |
struct | H263State |
Functions | |
static void | send_mode_a (AVFormatContext *s1, const struct H263Info *info, const uint8_t *buf, int len, int ebits, int m) |
static void | send_mode_b (AVFormatContext *s1, const struct H263Info *info, const struct H263State *state, const uint8_t *buf, int len, int sbits, int ebits, int m) |
void | ff_rtp_send_h263_rfc2190 (AVFormatContext *s1, const uint8_t *buf, int size, const uint8_t *mb_info, int mb_info_size) |
|
static |
Definition at line 44 of file rtpenc_h263_rfc2190.c.
Referenced by ff_rtp_send_h263_rfc2190().
|
static |
Definition at line 70 of file rtpenc_h263_rfc2190.c.
Referenced by ff_rtp_send_h263_rfc2190().
void ff_rtp_send_h263_rfc2190 | ( | AVFormatContext * | s1, |
const uint8_t * | buf, | ||
int | size, | ||
const uint8_t * | mb_info, | ||
int | mb_info_size | ||
) |
Definition at line 101 of file rtpenc_h263_rfc2190.c.
Referenced by rtp_write_packet().