1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

avformat/rtpenc: adds partial support for the RFC 4175

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
Limin Wang
2021-11-13 18:06:02 +08:00
parent 05b0c66313
commit 4f5352d5fe
7 changed files with 149 additions and 1 deletions

View File

@@ -482,6 +482,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_jpeg.o \
rtpenc_mpv.o \
rtpenc.o \
rtpenc_rfc4175.o \
rtpenc_vc2hq.o \
rtpenc_vp8.o \
rtpenc_vp9.o \