lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
It has no longer any effect.
This commit is contained in:
parent
2a351f6c55
commit
44f660e7e7
31 changed files with 2 additions and 103 deletions
|
|
@ -322,7 +322,6 @@ int ff_framesync_request_frame(FFFrameSync *fs, AVFilterLink *outlink)
|
|||
return 0;
|
||||
if (fs->eof)
|
||||
return AVERROR_EOF;
|
||||
outlink->flags |= FF_LINK_FLAG_REQUEST_LOOP;
|
||||
input = fs->in_request;
|
||||
ret = ff_request_frame(ctx->inputs[input]);
|
||||
if (ret == AVERROR_EOF) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue