FFmpeg
Macros | Functions
rtpenc_av1.c File Reference

AV1 / RTP packetization code (RTP Payload Format For AV1 (v1.0)) More...

#include "avformat.h"
#include "rtpenc.h"
#include "libavcodec/av1.h"
#include "rtp_av1.h"

Go to the source code of this file.

Macros

#define RTPENC_AV1_SEARCH_SEQ_HEADER   1
 

Functions

void ff_rtp_send_av1 (AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size, int is_keyframe)
 

Detailed Description

AV1 / RTP packetization code (RTP Payload Format For AV1 (v1.0))

Author
Chris Hodges chris.nosp@m..hod.nosp@m.ges@a.nosp@m.xis..nosp@m.com
Note
This will remove TDs and OBU size fields

Definition in file rtpenc_av1.c.

Macro Definition Documentation

◆ RTPENC_AV1_SEARCH_SEQ_HEADER

#define RTPENC_AV1_SEARCH_SEQ_HEADER   1

Definition at line 40 of file rtpenc_av1.c.

Function Documentation

◆ ff_rtp_send_av1()

void ff_rtp_send_av1 ( AVFormatContext ctx,
const uint8_t *  frame_buf,
int  frame_size,
int  is_keyframe 
)

Definition at line 42 of file rtpenc_av1.c.

Referenced by rtp_write_packet().