[FFmpeg-cvslog] resample: remove unused #define

Janne Grunau git at videolan.org
Wed Oct 26 02:46:26 CEST 2011


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Sun Oct 23 00:33:44 2011 +0200| [ec1ce86e7f7cf88dac5d4c00d7d5851e1202d6e2] | committer: Janne Grunau

resample: remove unused #define

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec1ce86e7f7cf88dac5d4c00d7d5851e1202d6e2
---

 libavcodec/resample.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/resample.c b/libavcodec/resample.c
index 04bbbf0..fce6272 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);



More information about the ffmpeg-cvslog mailing list