diff options
author | James Almer <jamrial@gmail.com> | 2024-09-27 14:57:07 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-09-30 14:36:24 -0300 |
commit | 50d1b89fa0d393bb019d984e989bff1b6fb81f39 (patch) | |
tree | dc3401f048121716b4a64892acacad6759eb10c8 /doc/APIchanges | |
parent | 04182b55494b44152146e6a6bcd5eb9403f00625 (diff) | |
download | ffmpeg-50d1b89fa0d393bb019d984e989bff1b6fb81f39.tar.gz |
avformat/avformat: add side data to AVStreamGroupTileGrid
Will be used to export certain information present in HEIF samples, like
rotation metadata, ICC profiles, and potentially others.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f9a4d0e442..1939b8758f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-09-30 - xxxxxxxxxx - lavf 61.9.100 - avformat.h + Add {nb_}coded_side_data to AVStreamGroupTileGrid. + 2024-09-xx - xxxxxxxxxx - lavu 59 Deprecate av_int_list_length_for_size(), av_int_list_length(), and av_opt_set_int_list() without replacement. All AVOptions using these |