#include "avformat.h"
#include "avc.h"
#include "rtpenc.h"
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) |
Definition in file rtpenc_h264.c.
void ff_rtp_send_h264 | ( | AVFormatContext * | s1, | |
const uint8_t * | buf1, | |||
int | size | |||
) |
static void nal_send | ( | AVFormatContext * | s1, | |
const uint8_t * | buf, | |||
int | size, | |||
int | last | |||
) | [static] |