forked from len0rd/rockbox
This should fix FS#10917, unfortunately i have no target evailable to test on
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24270 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9b05db006
commit
cf39c86d3d
1 changed files with 1 additions and 1 deletions
|
@ -2091,7 +2091,7 @@ STATICIRAM void to_mono_mm(void)
|
||||||
* |mmmmmmmmmmmmmmmm|mmmmmmmmmmmmmmmm|
|
* |mmmmmmmmmmmmmmmm|mmmmmmmmmmmmmmmm|
|
||||||
*/
|
*/
|
||||||
uint16_t *samp = &mfbuf[2*512];
|
uint16_t *samp = &mfbuf[2*512];
|
||||||
uint16_t *samp_end = samp + 2*samp_per_frame;
|
uint16_t *samp_end = samp + samp_per_frame;
|
||||||
|
|
||||||
inline void to_mono(uint16_t **samp)
|
inline void to_mono(uint16_t **samp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue