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:
d6e0080
)
Remove pointless condition in #if
author
Vitor Sessak
<vitor1001@gmail.com>
Wed, 23 Jun 2010 20:43:37 +0000
(20:43 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Wed, 23 Jun 2010 20:43:37 +0000
(20:43 +0000)
Originally committed as revision 23742 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegaudiodec.c
b/libavcodec/mpegaudiodec.c
index
e6a33fb
..
858f3b4
100644
(file)
--- a/
libavcodec/mpegaudiodec.c
+++ b/
libavcodec/mpegaudiodec.c
@@
-932,7
+932,7
@@
void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
offset = *synth_buf_offset;
synth_buf = synth_buf_ptr + offset;
-#if FRAC_BITS <= 15
&& !CONFIG_FLOAT
+#if FRAC_BITS <= 15
dct32(tmp, sb_samples);
for(j=0;j<32;j++) {
/* NOTE: can cause a loss in precision if very high amplitude