summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-08-10 18:59:59 -0300
committerJames Almer <jamrial@gmail.com>2023-05-18 10:15:59 -0300
commit01d444c077e562fc5b8f47f9c0c5257f8fe376bb (patch)
tree82d6da371150130617d3aef788089ceb22c7fbcd /doc
parent63767b79a570404628b2521b83104108b7b6884c (diff)
avutil/frame: add av_frame_replace
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 770d6ffc5e..130955ef02 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:
+2023-05-xx - xxxxxxxxxx - lavu 58.8.100 - frame.h
+ Add av_frame_replace().
+
2023-05-xx - xxxxxxxxxx - lavu 58 - frame.h
Deprecate AVFrame.palette_has_changed without replacement.