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

@@ -1406,7 +1406,7 @@ int avfilter_graph_request_oldest(AVFilterGraph *graph)
while (frame_count == oldesti->l.frame_count_out) {
r = ff_filter_graph_run_once(graph);
if (r == AVERROR(EAGAIN) &&
!oldest->frame_wanted_out && !oldesti->frame_blocked_in &&
!oldesti->frame_wanted_out && !oldesti->frame_blocked_in &&
!oldesti->status_in)
(void)ff_request_frame(oldest);
else if (r < 0)