aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-22 14:37:15 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-22 23:36:07 +0100
commit26398da8f3001518e6d229e69f8dedd50ef7d5f9 (patch)
treeaa4dda343a11c51e2c41c39061fc8550f5715cee /doc/APIchanges
parentb9fcc135c570e254b8cb8d63c50877646bf97e40 (diff)
downloadffmpeg-26398da8f3001518e6d229e69f8dedd50ef7d5f9.tar.gz
avutil/frame: Constify av_frame_side_data_get()
Reviewed-by: Jan Ekström <jeebjp@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.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 a025f1df14..9d25621e43 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-03-22 - xxxxxxxxxx - lavu 59.4.100 - frame.h
+ Constified the first-level pointee of av_frame_side_data_get().
+
2024-03-xx - xxxxxxxxxx - lavc 61.2.100 - avcodec.h
Add AVCodecContext.[nb_]decoded_side_data.