aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-06-21 23:45:20 -0300
committerJames Almer <jamrial@gmail.com>2024-06-25 00:01:05 -0300
commite6baf4f3841fe07d639e5b0fedefd06b9f994e6b (patch)
tree68e909b1a5a0338516788f55500c216cc8ae0d90 /doc/APIchanges
parent1034296eac7e6b58a06b6474c9cd53ee86124d3c (diff)
downloadffmpeg-e6baf4f3841fe07d639e5b0fedefd06b9f994e6b.tar.gz
avutil/stereo3d: add a new allocator function that returns a size
av_stereo3d_alloc() is not useful in scenarios where you need to know the runtime size of AVStereo3D. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 3e728c9ef1..cf0555d5e0 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-06-25 - xxxxxxxxxx - lavu 59.26.100 - stereo3d.h
+ Add av_stereo3d_alloc_size().
+
2024-06-19 - xxxxxxxxxx - lavu 59.25.100 - dovi_meta.h
Add AVDOVIRpuDataHeader.ext_mapping_idc_0_4 and ext_mapping_idc_5_7.