mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user