You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove pointless condition in #if
Originally committed as revision 23742 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user