lavfi/avf_showcqt: fix error code.

Signed-off-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/133/head
Nicolas George 10 years ago committed by Michael Niedermayer
parent b50a4ca179
commit 38155865df
  1. 2
      libavfilter/avf_showcqt.c

@ -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…
Cancel
Save