resample: remove unused #define

pull/2/head
Janne Grunau 13 years ago
parent c8477df019
commit ec1ce86e7f
  1. 1
      libavcodec/resample.c

@ -213,7 +213,6 @@ ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
}
}
#define TAPS 16
s->resample_context = av_resample_init(output_rate, input_rate,
filter_length, log2_phase_count,
linear, cutoff);

Loading…
Cancel
Save