FFmpeg
|
rtpenc_h264.c File Reference
H.264 packetization. More...
Include dependency graph for rtpenc_h264.c:
Go to the source code of this file.
Functions | |
static const uint8_t * | avc_mp4_find_startcode (const uint8_t *start, const uint8_t *end, int nal_length_size) |
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.
Definition in file rtpenc_h264.c.
Function Documentation
|
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 84 of file rtpenc_h264.c.
Referenced by rtp_write_packet().
|
static |
Definition at line 47 of file rtpenc_h264.c.
Referenced by ff_rtp_send_h264().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11