rtpenc_h263.c File Reference
#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.

Function Documentation

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

Definition at line 26 of file rtpenc_h263.c.

Referenced by ff_rtp_send_h263().