git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af00ddd
)
Revert unintended changes to fft.h from r24890.
author
Alex Converse
<alex.converse@gmail.com>
Mon, 23 Aug 2010 19:35:58 +0000
(19:35 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Mon, 23 Aug 2010 19:35:58 +0000
(19:35 +0000)
Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/fft.h
patch
|
blob
|
history
diff --git
a/libavcodec/fft.h
b/libavcodec/fft.h
index
0302226
..
eb6714f
100644
(file)
--- a/
libavcodec/fft.h
+++ b/
libavcodec/fft.h
@@
-35,7
+35,7
@@
struct FFTContext {
uint16_t *revtab;
FFTComplex *tmp_buf;
int mdct_size; /* size of MDCT (i.e. number of input data * 2) */
- int mdct_bits; /* n = 2^
mdct_
bits */
+ int mdct_bits; /* n = 2^
n
bits */
/* pre/post rotation tables */
FFTSample *tcos;
FFTSample *tsin;