#include "avformat.h"
#include "rtpenc.h"
Go to the source code of this file.
Functions | |
static const uint8_t * | find_resync_marker_reverse (const uint8_t *restrict start, const uint8_t *restrict end) |
void | ff_rtp_send_h263 (AVFormatContext *s1, const uint8_t *buf1, int size) |
Packetize H.263 frames into RTP packets according to RFC 4629. |
void ff_rtp_send_h263 | ( | AVFormatContext * | s1, | |
const uint8_t * | buf1, | |||
int | size | |||
) |
Packetize H.263 frames into RTP packets according to RFC 4629.
Definition at line 43 of file rtpenc_h263.c.
Referenced by rtp_write_packet().
static const uint8_t* find_resync_marker_reverse | ( | const uint8_t *restrict | start, | |
const uint8_t *restrict | end | |||
) | [static] |