mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix subtle bug in limiter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22725 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee28c8d711
commit
7337fd332f
1 changed files with 2 additions and 1 deletions
|
@ -1638,7 +1638,8 @@ static inline int set_limiter_buffer(int count, int32_t *buf[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
reset_limiter_buffer(&AUDIO_DSP);
|
limiter_buffer_full = false;
|
||||||
|
limiter_buffer_emptying = false;
|
||||||
}
|
}
|
||||||
else /* limiter buffer NOT emptying */
|
else /* limiter buffer NOT emptying */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue