[Ffmpeg-cvslog] r8681 - trunk/libavcodec/resample2.c
diego
subversion
Sun Apr 8 15:02:25 CEST 2007
Author: diego
Date: Sun Apr 8 15:02:25 2007
New Revision: 8681
Modified:
trunk/libavcodec/resample2.c
Log:
Remove unused variable.
Modified: trunk/libavcodec/resample2.c
==============================================================================
--- trunk/libavcodec/resample2.c (original)
+++ trunk/libavcodec/resample2.c Sun Apr 8 15:02:25 2007
@@ -95,7 +95,7 @@ static double bessel(double x){
* @param type 0->cubic, 1->blackman nuttall windowed sinc, 2..16->kaiser windowed sinc beta=2..16
*/
void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int type){
- int ph, i, v;
+ int ph, i;
double x, y, w, tab[tap_count];
const int center= (tap_count-1)/2;
More information about the ffmpeg-cvslog
mailing list