summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-10-23 00:33:44 +0200
committerJanne Grunau <janne-libav@jannau.net>2011-10-25 12:06:48 +0200
commitec1ce86e7f7cf88dac5d4c00d7d5851e1202d6e2 (patch)
tree7bae7d6dcfe641296ec788c4dddb632b139b290e /libavcodec/resample.c
parentc8477df019f02a436c69e8ca54370dd5cf8eee97 (diff)
resample: remove unused #define
Diffstat (limited to 'libavcodec/resample.c')
-rw-r--r--libavcodec/resample.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/resample.c b/libavcodec/resample.c
index 04bbbf07e4..fce6272e78 100644
--- a/libavcodec/resample.c
+++ b/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);