FFmpeg
|
Go to the source code of this file.
Macros | |
#define | RTP_HEVC_HEADERS_SIZE 3 |
Functions | |
static void | nal_send (AVFormatContext *ctx, const uint8_t *buf, int len, int last_packet_of_frame) |
void | ff_rtp_send_hevc (AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size) |
#define RTP_HEVC_HEADERS_SIZE 3 |
Definition at line 26 of file rtpenc_hevc.c.
Referenced by nal_send().
|
static |
Definition at line 28 of file rtpenc_hevc.c.
Referenced by ff_rtp_send_hevc().
void ff_rtp_send_hevc | ( | AVFormatContext * | ctx, |
const uint8_t * | frame_buf, | ||
int | frame_size | ||
) |
Definition at line 97 of file rtpenc_hevc.c.
Referenced by rtp_write_packet().