mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
zero the upper frequencies of the correct coefficients
Originally committed as revision 13452 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
936d48911a
commit
bd98e9e230
@ -604,7 +604,7 @@ static int get_transform_coeffs(AC3DecodeContext *s)
|
|||||||
end = s->end_freq[ch];
|
end = s->end_freq[ch];
|
||||||
}
|
}
|
||||||
do
|
do
|
||||||
s->transform_coeffs[ch][end] = 0;
|
s->fixed_coeffs[ch][end] = 0;
|
||||||
while(++end < 256);
|
while(++end < 256);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user