FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rtpenc_h263.c File Reference
#include "avformat.h"
#include "rtpenc.h"

Go to the source code of this file.

Functions

const uint8_tff_h263_find_resync_marker_reverse (const uint8_t *av_restrict start, const uint8_t *av_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. More...
 

Function Documentation

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

Definition at line 26 of file rtpenc_h263.c.

Referenced by ff_rtp_send_h263(), and ff_rtp_send_h263_rfc2190().

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