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>
This commit is contained in:
James Almer
2024-03-25 09:27:21 -03:00
parent 91d96dc8dd
commit ef1cb1c9c8
4 changed files with 25 additions and 3 deletions

View File

@@ -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.