aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-28 19:58:41 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-02 02:51:55 +0100
commitb295aafb08209a76b0052b9163a4f2e0c533ba1e (patch)
treef5b15acd0417e8e8d72c30007beb847e002c9d37 /doc
parent58e3ef7f54685f967acd06a71de624882258902d (diff)
downloadffmpeg-b295aafb08209a76b0052b9163a4f2e0c533ba1e.tar.gz
swresample/swresample: Constify swr_convert()
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.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 fb2b1440fb..7d46ebb006 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2024-02-28 - xxxxxxxxxx - swr 4.14.100 - swresample.h
+ swr_convert() now accepts arrays of const pointers (to input and output).
+
2024-02-28 - xxxxxxxxxx - lavu 58.40.100 - timestamp.h
av_ts_make_time_string() now accepts a pointer to const AVRational.