[Scummvm-cvs-logs] SF.net SVN: scummvm:[52101] scummvm/trunk/backends/platform/psp/mp3.cpp
Bluddy at users.sourceforge.net
Bluddy at users.sourceforge.net
Sun Aug 15 17:31:24 CEST 2010
Revision: 52101
http://scummvm.svn.sourceforge.net/scummvm/?rev=52101&view=rev
Author: Bluddy
Date: 2010-08-15 15:31:24 +0000 (Sun, 15 Aug 2010)
Log Message:
-----------
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.
Modified Paths:
--------------
scummvm/trunk/backends/platform/psp/mp3.cpp
Modified: scummvm/trunk/backends/platform/psp/mp3.cpp
===================================================================
--- scummvm/trunk/backends/platform/psp/mp3.cpp 2010-08-15 15:30:59 UTC (rev 52100)
+++ scummvm/trunk/backends/platform/psp/mp3.cpp 2010-08-15 15:31:24 UTC (rev 52101)
@@ -213,7 +213,6 @@
bool Mp3PspStream::initStreamME() {
// The following will eventually go into the thread
- sceAudiocodecReleaseEDRAM(_codecParams); // do we need this?
memset(_codecParams, 0, sizeof(_codecParams));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list