FFmpeg
Loading...
Searching...
No Matches
rtpenc_h263.c File Reference
#include "avformat.h"
#include "rtpenc.h"

Go to the source code of this file.

Functions

const uint8_t * ff_h263_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

◆ ff_h263_find_resync_marker_reverse()

const uint8_t * ff_h263_find_resync_marker_reverse ( const uint8_t *restrict start,
const uint8_t *restrict end )

Definition at line 26 of file rtpenc_h263.c.

Referenced by ff_rtp_send_h263(), and ff_rtp_send_h263_rfc2190().

◆ ff_rtp_send_h263()

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().