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

Go to the source code of this file.

Macros

#define RTP_H261_HEADER_SIZE   4
 

Functions

static const uint8_tfind_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)
 

Macro Definition Documentation

#define RTP_H261_HEADER_SIZE   4

Definition at line 25 of file rtpenc_h261.c.

Referenced by ff_rtp_send_h261().

Function Documentation

static const uint8_t* find_resync_marker_reverse ( const uint8_t *av_restrict  start,
const uint8_t *av_restrict  end 
)
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().