diff options
author | James Almer <jamrial@gmail.com> | 2024-03-22 18:42:05 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-04-11 11:46:18 -0300 |
commit | 6d760c666d57ccbc95e85ef6fb9667fdd06854d1 (patch) | |
tree | eae4579f95c23633e57731b1abddc39ea6f1745b /doc | |
parent | adb67bba064062489ee95fcee7bc3c6f8d33ab60 (diff) | |
download | ffmpeg-6d760c666d57ccbc95e85ef6fb9667fdd06854d1.tar.gz |
avutil/mastering_display_metadata: add a new allocator function that returns a size
av_mastering_display_metadata_alloc() is not useful in scenarios where you need to
know the runtime size of AVMasteringDisplayMetadata.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 59855a6434..d7c2056f0e 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-04-11 - xxxxxxxxxx - lavu 59.15.100 - frame.h + Add av_mastering_display_metadata_alloc_size(). + 2024-04-11 - xxxxxxxxxx - lavu 59.14.100 - frame.h Add av_frame_side_data_add() and av_frame_side_data_remove(). Add AV_FRAME_SIDE_DATA_FLAG_REPLACE. |