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

@@ -1097,7 +1097,6 @@ static int ff_filter_frame_needs_framing(AVFilterLink *link, AVFrame *frame)
int nb_channels = av_frame_get_channels(frame);
int ret = 0;
link->flags |= FF_LINK_FLAG_REQUEST_LOOP;
/* Handle framing (min_samples, max_samples) */
while (insamples) {
if (!pbuf) {