Mercurial > libavcodec.hg
changeset 11934:f881e8f699f4 libavcodec
Remove pointless condition in #if
author | vitor |
---|---|
date | Wed, 23 Jun 2010 20:43:37 +0000 |
parents | c893817d6166 |
children | 5e8770f9d8f1 |
files | mpegaudiodec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegaudiodec.c Wed Jun 23 19:32:02 2010 +0000 +++ b/mpegaudiodec.c Wed Jun 23 20:43:37 2010 +0000 @@ -932,7 +932,7 @@ 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