1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

resample: remove unused #define

This commit is contained in:
Janne Grunau 2011-10-23 00:33:44 +02:00
parent c8477df019
commit ec1ce86e7f

View File

@ -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, s->resample_context = av_resample_init(output_rate, input_rate,
filter_length, log2_phase_count, filter_length, log2_phase_count,
linear, cutoff); linear, cutoff);