mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
lavfi/avf_showcqt: fix error code.
Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b50a4ca179
commit
38155865df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user