avresample: Remove an unused variable

This fixes a -Wunused-variable warning.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
pull/118/merge
Ganesh Ajjanagadde 9 years ago committed by Vittorio Giovara
parent 4885bde318
commit 84dfc426ce
  1. 1
      libavresample/resample.c

@ -234,7 +234,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
int compensation_distance) int compensation_distance)
{ {
ResampleContext *c; ResampleContext *c;
AudioData *fifo_buf = NULL;
if (compensation_distance < 0) if (compensation_distance < 0)
return AVERROR(EINVAL); return AVERROR(EINVAL);

Loading…
Cancel
Save