lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.

It has no longer any effect.
This commit is contained in:
Nicolas George 2015-08-26 12:11:26 +02:00
parent 2a351f6c55
commit 44f660e7e7
31 changed files with 2 additions and 103 deletions

View file

@ -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) {