|
FFmpeg
|
AV1 / RTP packetization code (RTP Payload Format For AV1 (v1.0)) More...
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) |
AV1 / RTP packetization code (RTP Payload Format For AV1 (v1.0))
Definition in file rtpenc_av1.c.
| #define RTPENC_AV1_SEARCH_SEQ_HEADER 1 |
Definition at line 40 of file rtpenc_av1.c.
| 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().
1.8.17