forked from len0rd/rockbox
Use direct non-interleaved full precision output data instead of converting to 16 bit interleaved data.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3661215134
commit
0263ece7f8
2 changed files with 10 additions and 6 deletions
|
|
@ -982,9 +982,10 @@ static void* aac_frame_decode(NeAACDecHandle hDecoder, NeAACDecFrameInfo *hInfo,
|
|||
}
|
||||
#endif
|
||||
|
||||
/* we don't need sample conversion in rockbox.
|
||||
sample_buffer = output_to_PCM(hDecoder, hDecoder->time_out, sample_buffer,
|
||||
output_channels, frame_len, hDecoder->config.outputFormat);
|
||||
|
||||
*/
|
||||
|
||||
hDecoder->postSeekResetFlag = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue