summaryrefslogtreecommitdiff
path: root/libavfilter/vf_telecine.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-08-26 12:11:26 +0200
committerNicolas George <george@nsup.org>2015-09-20 19:02:33 +0200
commit44f660e7e75b856eafa5f7e7cc6e633de5d01b5d (patch)
tree87d4bcc9a0fa9d6af563e13f97ff7db906b3ff27 /libavfilter/vf_telecine.c
parent2a351f6c5521c199b4285e4e42f2321e312170bd (diff)
downloadffmpeg-44f660e7e75b856eafa5f7e7cc6e633de5d01b5d.tar.gz
lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.
It has no longer any effect.
Diffstat (limited to 'libavfilter/vf_telecine.c')
-rw-r--r--libavfilter/vf_telecine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c
index 26f0ef8abc..bb091e1f3c 100644
--- a/libavfilter/vf_telecine.c
+++ b/libavfilter/vf_telecine.c
@@ -157,7 +157,6 @@ static int config_output(AVFilterLink *outlink)
av_log(ctx, AV_LOG_VERBOSE, "FPS: %d/%d -> %d/%d\n",
inlink->frame_rate.num, inlink->frame_rate.den, fps.num, fps.den);
- outlink->flags |= FF_LINK_FLAG_REQUEST_LOOP;
outlink->frame_rate = fps;
outlink->time_base = av_mul_q(inlink->time_base, s->pts);
av_log(ctx, AV_LOG_VERBOSE, "TB: %d/%d -> %d/%d\n",