forked from len0rd/rockbox
fixed dithering bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@582 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
553c2567f4
commit
379a39b440
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ int mpeg_play(char* fname)
|
|||
* the right output channel is the same as the left one.
|
||||
*/
|
||||
if(MAD_NCHANNELS(&Frame.header)==2)
|
||||
Sample=scale(Synth.pcm.samples[1][i],&d0);
|
||||
Sample=scale(Synth.pcm.samples[1][i],&d1);
|
||||
*(OutputPtr++)=Sample&0xff;
|
||||
*(OutputPtr++)=Sample>>8;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue