mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternal
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user