summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-28 19:47:50 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-02 02:51:10 +0100
commit58e3ef7f54685f967acd06a71de624882258902d (patch)
tree429a29568646c137b9f50869bf2ba6e000c49dff /doc
parentdfb9d8a5a2f5300bb990c3f2240103f0d773052a (diff)
avutil/timestamp: Constify av_ts_make_time_string()
(Actually, the time base should be passed by value.) 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 a1eecea9fd..fb2b1440fb 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 - lavu 58.40.100 - timestamp.h
+ av_ts_make_time_string() now accepts a pointer to const AVRational.
+
2024-02-28 - xxxxxxxxxx - lavf 60.23.100 - avio.h
avio_print_string_array() now accepts an array of const pointers.