]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF
authorSteven Liu <lq@chinaffmpeg.org>
Tue, 13 Oct 2020 07:05:59 +0000 (15:05 +0800)
committerliuqi05 <liuqi05@kuaishou.com>
Tue, 20 Oct 2020 03:41:44 +0000 (11:41 +0800)
commita2b1dd0ce301450a47c972745a6b33c4c273aa5d
tree581baf720007858168c2656d8699b34bfbcfdd12
parentb5ca8f2c66954614d81579082025f580efc0cffc
avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INF

fix ticket: 8904
parse the SPS from extradata and get profile_tier_level
write the profile_tier_level info into CODECS Attribute

HLS CODECS Attribute reference to :https://developer.apple.com/documentation/http_live_streaming/hls_authoring_specification_for_apple_devices/hls_authoring_specification_for_apple_devices_appendixes

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
libavformat/hlsenc.c