Commit ec1ce86e authored by Janne Grunau's avatar Janne Grunau

resample: remove unused #define

parent c8477df0
......@@ -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);
......
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