aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-03-25 09:27:55 -0300
committerJames Almer <jamrial@gmail.com>2025-01-25 21:56:49 -0300
commit7a025e1cb5fe61888a3e71a9b33842add02c8340 (patch)
tree7a41fee7b88e81e9d3ee1baed93488fe9ed22a78 /doc/APIchanges
parentef1cb1c9c810b30c5c9356c07eef07dc8edc3aea (diff)
downloadffmpeg-7a025e1cb5fe61888a3e71a9b33842add02c8340.tar.gz
avfilter/buffersrc: add a side_data field
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 ded81cb68d..e4145bbceb 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.8.100 - buffersrc.h
+ Add AVBufferSrcParameters.side_data and AVBufferSrcParameters.nb_side_data
+
2025-01-25 - xxxxxxxxxx - lavfi 10.7.100 - avfilter.h
Add AVFilterLink.side_data and AVFilterLink.nb_side_data