aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-06 22:19:29 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-12 09:14:25 +0200
commit41285890e0354eb3fcbc0fb09a3924a7e7b20d13 (patch)
tree459b4b875fde7c9dd79a24ede6ba3b42f8ec931d /doc/APIchanges
parent8cd2e0c075d80f2f794d48a9e36ffa1fb02bffd3 (diff)
downloadffmpeg-41285890e0354eb3fcbc0fb09a3924a7e7b20d13.tar.gz
avutil/imgutils: Constify some pointees
This is done immediately without waiting for the next major bump just as in 9546b3a1cbcd94e9107f85c8f1d2175efc6cf083 and 4eaaa38d3dfb8863a62f3646a62e4098b1c078d5. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 51586d628f..af6bd30423 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-09-07 - xxxxxxxxxx - lavu 58.20.100 - imgutils.h
+ Constify some pointees in av_image_copy(), av_image_copy_uc_from() and
+ av_image_fill_black().
+
2023-09-07 - xxxxxxxxxx - lavf 60.12.100 - avio.h
Constify the buffer pointees in the write_packet and write_data_type
callbacks of AVIOContext on the next major bump.