lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternal

This commit is contained in:
Anton Khirnov
2024-08-11 16:31:11 +02:00
parent 42cbf66fff
commit fb3efef1db
6 changed files with 25 additions and 21 deletions

View File

@@ -67,6 +67,13 @@ typedef struct FilterLinkInternal {
*/
int status_out;
/**
* True if a frame is currently wanted on the output of this filter.
* Set when ff_request_frame() is called by the output,
* cleared when a frame is filtered.
*/
int frame_wanted_out;
/**
* Index in the age array.
*/