mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-12 13:23:48 +00:00
The issue here is that the spec implied that the offset is done on the dequantized scalefactor, but in fact, it is done on the scalefactor offset. Delay dequantizing the scalefactors until after noise synthesis is performed, and change to apply the offset onto the offset.