FFmpeg
|
Go to the source code of this file.
Macros | |
#define | RTP_H261_HEADER_SIZE 4 |
Functions | |
static const uint8_t * | find_resync_marker_reverse (const uint8_t *av_restrict start, const uint8_t *av_restrict end) |
void | ff_rtp_send_h261 (AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size) |
#define RTP_H261_HEADER_SIZE 4 |
Definition at line 25 of file rtpenc_h261.c.
Referenced by ff_rtp_send_h261().
|
static |
Definition at line 27 of file rtpenc_h261.c.
Referenced by ff_rtp_send_h261().
void ff_rtp_send_h261 | ( | AVFormatContext * | ctx, |
const uint8_t * | frame_buf, | ||
int | frame_size | ||
) |
Definition at line 39 of file rtpenc_h261.c.
Referenced by rtp_write_packet().