FFmpeg
Macros | Functions
rtpenc_vp9.c File Reference
#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)
 

Macro Definition Documentation

◆ RTP_VP9_DESC_REQUIRED_SIZE

#define RTP_VP9_DESC_REQUIRED_SIZE   1

Definition at line 24 of file rtpenc_vp9.c.

Function Documentation

◆ 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().