[FFmpeg-cvslog] r23742 - trunk/libavcodec/mpegaudiodec.c
vitor
subversion
Wed Jun 23 22:43:37 CEST 2010
Author: vitor
Date: Wed Jun 23 22:43:37 2010
New Revision: 23742
Log:
Remove pointless condition in #if
Modified:
trunk/libavcodec/mpegaudiodec.c
Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c Wed Jun 23 21:32:02 2010 (r23741)
+++ trunk/libavcodec/mpegaudiodec.c Wed Jun 23 22:43:37 2010 (r23742)
@@ -932,7 +932,7 @@ void ff_mpa_synth_filter(MPA_INT *synth_
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
More information about the ffmpeg-cvslog
mailing list