FFmpeg
|
#include "rtpenc.h"
Go to the source code of this file.
Macros | |
#define | RTP_VP9_DESC_REQUIRED_SIZE 1 |
Functions | |
void | ff_rtp_send_vp9 (AVFormatContext *ctx, const uint8_t *buf, int size) |
#define RTP_VP9_DESC_REQUIRED_SIZE 1 |
Definition at line 24 of file rtpenc_vp9.c.
Referenced by ff_rtp_send_vp9().
void ff_rtp_send_vp9 | ( | AVFormatContext * | ctx, |
const uint8_t * | buf, | ||
int | size | ||
) |
Definition at line 26 of file rtpenc_vp9.c.
Referenced by rtp_write_packet().