diff options
author | James Almer <jamrial@gmail.com> | 2023-11-25 11:26:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-12-18 15:19:30 -0300 |
commit | 12eac2363774d8b844ba8a3f82f8dff065d5c84e (patch) | |
tree | 1b33ab86c40dd1f260fe064ba04d2ec6a0877a02 /doc/APIchanges | |
parent | ed670b9b98966180de1d56f3ca27e7584d77df50 (diff) | |
download | ffmpeg-12eac2363774d8b844ba8a3f82f8dff065d5c84e.tar.gz |
avcodec/packet: add IAMF Parameters side data types
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4c45c4bbbc..a3e4ebbccd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-12-18 - 74279227dd2 - lavc 60.36.100 - packet.h + Add AV_PKT_DATA_IAMF_MIX_GAIN_PARAM, AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM + and AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM. + 2023-12-18 - xxxxxxxxxxx - lavc 60.19.100 - avformat.h Add AVStreamGroup struct. Add AVFormatContext.stream_groups and AVFormatContext.nb_stream_groups |