summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Kim <bkkim@google.com>2020-07-13 10:09:37 -0700
committerJames Almer <jamrial@gmail.com>2020-07-22 11:41:57 -0300
commit3a8e9271765a07e509655346ef88a28578cbff47 (patch)
treefc08c101d0352a09bb07103d4221c4cc1683bbd9 /doc
parentb5f1e057e1d102606156fd982eea5d74b305fc74 (diff)
avutil/imgutils: add utility to get plane sizes
This utility helps avoid undefined behavior when doing things like checking how much memory we need to allocate for an image before we have allocated a buffer. Signed-off-by: Brian Kim <bkkim@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 67f2ac360f..3ed5a4276d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-07-xx - xxxxxxxxxx - lavu 56.56.100 - imgutils.h
+ Add av_image_fill_plane_sizes().
+
2020-07-xx - xxxxxxxxxx - lavc 58.96.100 - packet.h
Add AV_PKT_DATA_S12M_TIMECODE.