FFmpeg
|
H.264/HEVC packetization. More...
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avc.h"
#include "nal.h"
#include "rtpenc.h"
Go to the source code of this file.
Functions | |
static void | flush_buffered (AVFormatContext *s1, int last) |
static void | nal_send (AVFormatContext *s1, const uint8_t *buf, int size, int last) |
void | ff_rtp_send_h264_hevc (AVFormatContext *s1, const uint8_t *buf1, int size) |
H.264/HEVC packetization.
Definition in file rtpenc_h264_hevc.c.
|
static |
Definition at line 37 of file rtpenc_h264_hevc.c.
Referenced by ff_rtp_send_h264_hevc(), and nal_send().
|
static |
Definition at line 56 of file rtpenc_h264_hevc.c.
Referenced by ff_rtp_send_h264_hevc().
void ff_rtp_send_h264_hevc | ( | AVFormatContext * | s1, |
const uint8_t * | buf1, | ||
int | size | ||
) |
Definition at line 181 of file rtpenc_h264_hevc.c.
Referenced by rtp_write_packet().