Commit 38155865 authored by Nicolas George's avatar Nicolas George Committed by Michael Niedermayer

lavfi/avf_showcqt: fix error code.

Signed-off-by: 's avatarNicolas George <george@nsup.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b50a4ca1
......@@ -723,7 +723,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
s->fft_data[x] = s->fft_data[x+step];
s->remaining_fill += step;
}
return AVERROR(EOF);
return AVERROR_EOF;
}
remaining = insamples->nb_samples;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment