projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f2a1a
)
Remove unused variable.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Apr 2007 13:02:25 +0000
(13:02 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Apr 2007 13:02:25 +0000
(13:02 +0000)
Originally committed as revision 8681 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/resample2.c
patch
|
blob
|
history
diff --git
a/libavcodec/resample2.c
b/libavcodec/resample2.c
index
4209b97
..
d5e24fd
100644
(file)
--- a/
libavcodec/resample2.c
+++ b/
libavcodec/resample2.c
@@
-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;