summaryrefslogtreecommitdiff
path: root/libavfilter/framesync.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/framesync.c')
-rw-r--r--libavfilter/framesync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/framesync.c b/libavfilter/framesync.c
index bdac40b783..7920cdb379 100644
--- a/libavfilter/framesync.c
+++ b/libavfilter/framesync.c
@@ -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) {