From 44f660e7e75b856eafa5f7e7cc6e633de5d01b5d Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Wed, 26 Aug 2015 12:11:26 +0200 Subject: lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. It has no longer any effect. --- libavfilter/vf_stereo3d.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_stereo3d.c') diff --git a/libavfilter/vf_stereo3d.c b/libavfilter/vf_stereo3d.c index b0deba3610..19cd59c9cb 100644 --- a/libavfilter/vf_stereo3d.c +++ b/libavfilter/vf_stereo3d.c @@ -373,7 +373,6 @@ static int config_output(AVFilterLink *outlink) break; case ALTERNATING_RL: case ALTERNATING_LR: - outlink->flags |= FF_LINK_FLAG_REQUEST_LOOP; fps.den *= 2; tb.num *= 2; break; -- cgit v1.2.3