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

avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing

This commit is contained in:
ThomasVolkert
2014-08-26 00:51:59 +02:00
committed by Michael Niedermayer
parent 1f7e6c0713
commit 96b2ba68c4
5 changed files with 413 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_h263.o \
rtpdec_h263_rfc2190.o \
rtpdec_h264.o \
rtpdec_hevc.o \
rtpdec_ilbc.o \
rtpdec_jpeg.o \
rtpdec_latm.o \