diff options
author | Alessandro Ros <aler9.dev@gmail.com> | 2023-09-03 18:00:13 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-09-04 09:06:28 -0300 |
commit | 5d84ac5a405da889fcf5b32ba970b049452b9f8a (patch) | |
tree | bb393f691c14bcfece92f8262f130b1bced4f892 /fftools/cmdutils.h | |
parent | f8503b4c332a4517a2c9534581634a951d79dbae (diff) | |
download | ffmpeg-5d84ac5a405da889fcf5b32ba970b049452b9f8a.tar.gz |
avformat/vpcc: fix VP9 metadata in FLV and RTMP
In order to send VP9 tracks with FLV or RTMP, the enhanced RTMP
specification tells that VPCodecConfigurationRecord, a.k.a. vpcC
ISO-BMFF box, must be inserted into a metadata message. However, the
function responsible for generating vpcCs currently returns invalid
boxes, that are lacking the Version and Flag fields, inherited from
FullBox. For some reason, both flags were being added manually in
movenc. This patch fixes the issue.
Signed-off-by: Alessandro Ros <aler9.dev@gmail.com>
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'fftools/cmdutils.h')
0 files changed, 0 insertions, 0 deletions