Compare commits

...

2 Commits

Author SHA1 Message Date
johzzy
6e3ae4b93d
Merge 9de09a4f68 into 8f03105baa 2024-09-18 09:58:45 +08:00
Johnny
9de09a4f68 support http://www.webrtc.org/experiments/rtp-hdrext/video-layers-allocation00 2024-04-23 17:19:50 +08:00

View File

@ -35,7 +35,8 @@ namespace mediakit {
XX(video_orientation, "urn:3gpp:video-orientation") \ XX(video_orientation, "urn:3gpp:video-orientation") \
XX(toffset, "urn:ietf:params:rtp-hdrext:toffset") \ XX(toffset, "urn:ietf:params:rtp-hdrext:toffset") \
XX(av1, "https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension") \ XX(av1, "https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension") \
XX(encrypt, "urn:ietf:params:rtp-hdrext:encrypt") XX(encrypt, "urn:ietf:params:rtp-hdrext:encrypt") \
XX(video_layers_allocation00, "http://www.webrtc.org/experiments/rtp-hdrext/video-layers-allocation00") \
enum class RtpExtType : uint8_t { enum class RtpExtType : uint8_t {
padding = 0, padding = 0,