diff options
author | Yotam Barnoy | 2010-08-15 15:31:24 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-08-15 15:31:24 +0000 |
commit | 023ca7962a3a1916c13f834aa63062379a805808 (patch) | |
tree | 49bd367bf6e4aee58d1cb3447c8550022234a8be /backends/platform | |
parent | 6ff151b9ef704ae76fa9a4284f6ad7a9c75e1d14 (diff) | |
download | scummvm-rg350-023ca7962a3a1916c13f834aa63062379a805808.tar.gz scummvm-rg350-023ca7962a3a1916c13f834aa63062379a805808.tar.bz2 scummvm-rg350-023ca7962a3a1916c13f834aa63062379a805808.zip |
PSP: slight fix to ME MP3 player
A bad function call during initialization of a stream was causing rare instances where the ME failed to decode some MP3 data.
svn-id: r52101
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/psp/mp3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/psp/mp3.cpp b/backends/platform/psp/mp3.cpp index e25891396b..a2fe9a62f3 100644 --- a/backends/platform/psp/mp3.cpp +++ b/backends/platform/psp/mp3.cpp @@ -213,7 +213,6 @@ int Mp3PspStream::initStream() { bool Mp3PspStream::initStreamME() { // The following will eventually go into the thread - sceAudiocodecReleaseEDRAM(_codecParams); // do we need this? memset(_codecParams, 0, sizeof(_codecParams)); |