FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rtpenc_h264.c File Reference

H.264 packetization. More...

#include "avformat.h"
#include "avc.h"
#include "rtpenc.h"

Go to the source code of this file.

Functions

static void nal_send (AVFormatContext *s1, const uint8_t *buf, int size, int last)
 
void ff_rtp_send_h264 (AVFormatContext *s1, const uint8_t *buf1, int size)
 

Detailed Description

H.264 packetization.

Author
Luca Abeni lucab.nosp@m.e72@.nosp@m.email.nosp@m..it

Definition in file rtpenc_h264.c.

Function Documentation

static void nal_send ( AVFormatContext s1,
const uint8_t buf,
int  size,
int  last 
)
static

Definition at line 32 of file rtpenc_h264.c.

Referenced by ff_rtp_send_h264().

void ff_rtp_send_h264 ( AVFormatContext s1,
const uint8_t buf1,
int  size 
)

Definition at line 69 of file rtpenc_h264.c.

Referenced by rtp_write_packet().