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
+3
View File
@@ -413,6 +413,9 @@ struct AVFilterLink {
*/
AVRational time_base;
AVFrameSideData **side_data;
int nb_side_data;
/*****************************************************************
* All fields below this line are not part of the public API. They
* may not be used outside of libavfilter and can be changed and