lavfi/af_asyncts: remove looping on request_frame().
This commit is contained in:
parent
a08fb3983f
commit
785ac437be
@ -139,8 +139,7 @@ static int request_frame(AVFilterLink *link)
|
||||
int nb_samples;
|
||||
|
||||
s->got_output = 0;
|
||||
while (ret >= 0 && !s->got_output)
|
||||
ret = ff_request_frame(ctx->inputs[0]);
|
||||
ret = ff_request_frame(ctx->inputs[0]);
|
||||
|
||||
/* flush the fifo */
|
||||
if (ret == AVERROR_EOF) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user