aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-03-25 09:27:21 -0300
committerJames Almer <jamrial@gmail.com>2025-01-25 21:56:49 -0300
commitef1cb1c9c810b30c5c9356c07eef07dc8edc3aea (patch)
tree790ad30996548e154e7bdf00bb3b3f7888d6d987 /doc/APIchanges
parent91d96dc8ddaebe0b6cb393f672085e6bfaf15a31 (diff)
downloadffmpeg-ef1cb1c9c810b30c5c9356c07eef07dc8edc3aea.tar.gz
avfilter/avfilter: add a side_data field to AVFilterLink
This will be used to propagate global side data through the filterchain. Signed-off-by: James Almer <jamrial@gmail.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 0104eefe6a..ded81cb68d 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:
+2025-01-25 - xxxxxxxxxx - lavfi 10.7.100 - avfilter.h
+ Add AVFilterLink.side_data and AVFilterLink.nb_side_data
+
2025-01-05 - xxxxxxxxxx - lavc 59.55.100 - frame.h
Add AV_FRAME_SIDE_DATA_FLAG_NEW_REF.