resample: remove unused #define
authorJanne Grunau <janne-libav@jannau.net>
Sat, 22 Oct 2011 22:33:44 +0000 (00:33 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 25 Oct 2011 10:06:48 +0000 (12:06 +0200)
libavcodec/resample.c

index 04bbbf0..fce6272 100644 (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,
                                            filter_length, log2_phase_count,
                                            linear, cutoff);