Fix compilation with low precission mpeg audio decoding.
Originally committed as revision 23107 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -847,8 +847,7 @@ void RENAME(ff_mpa_synth_filter)(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
|
|||||||
offset = *synth_buf_offset;
|
offset = *synth_buf_offset;
|
||||||
synth_buf = synth_buf_ptr + offset;
|
synth_buf = synth_buf_ptr + offset;
|
||||||
|
|
||||||
#if FRAC_BITS <= 15
|
#if FRAC_BITS <= 15 && !CONFIG_FLOAT
|
||||||
assert(!CONFIG_FLOAT);
|
|
||||||
dct32(tmp, sb_samples);
|
dct32(tmp, sb_samples);
|
||||||
for(j=0;j<32;j++) {
|
for(j=0;j<32;j++) {
|
||||||
/* NOTE: can cause a loss in precision if very high amplitude
|
/* NOTE: can cause a loss in precision if very high amplitude
|
||||||
|
Reference in New Issue
Block a user