mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
dsp: Another warning fix in the compressor.
Change-Id: Ie4266d4d71d7b8f2faae9c5f4924e0d07ceae4e6
This commit is contained in:
parent
303f262acb
commit
865de6b907
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static bool compressor_update(struct dsp_config *dsp,
|
|||
* (ratio - 1) / ratio);
|
||||
else
|
||||
/* offset = -3db for hard limit */
|
||||
db_curve[2].offset = (-3 << 16);
|
||||
db_curve[2].offset = (-3UL << 16);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue