projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc3fd2
)
src/pitch/pitchyinfft.c: fix indentation
author
Paul Brossier
<piem@piem.org>
Wed, 30 Apr 2008 18:50:36 +0000
(20:50 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 30 Apr 2008 18:50:36 +0000
(20:50 +0200)
src/pitch/pitchyinfft.c
patch
|
blob
|
history
diff --git
a/src/pitch/pitchyinfft.c
b/src/pitch/pitchyinfft.c
index 72389b3c06593ac77f61a35c326e77e3ffe6b9ee..27279db224fabacea8185590a221433526197696 100644
(file)
--- a/
src/pitch/pitchyinfft.c
+++ b/
src/pitch/pitchyinfft.c
@@
-31,7
+31,7
@@
struct _aubio_pitchyinfft_t {
fvec_t * sqrmag; /**< square difference function */
fvec_t * weight; /**< spectral weighting window (psychoacoustic model) */
cvec_t * fftout; /**< Fourier transform output */
- aubio_fft_t * fft; /**< fft object to compute square difference function */
+ aubio_fft_t * fft;
/**< fft object to compute square difference function */
fvec_t * yinfft; /**< Yin function */
};