OSDN Git Service

Fix issue 5373048: AudioCache decode errors
authorEric Laurent <elaurent@google.com>
Tue, 27 Sep 2011 16:48:56 +0000 (09:48 -0700)
committerEric Laurent <elaurent@google.com>
Tue, 27 Sep 2011 17:23:38 +0000 (10:23 -0700)
commit9cb839a0fcc98fe4278b39afb8b6d664c04f1673
treef5847d0d1994489a829368b12c4998dcf229c926
parentece731de0c0af30917316d55313f25c56f91960d
Fix issue 5373048: AudioCache decode errors

When decoding a file for the SoundPool, do not
reject the entire file in case of error but
return what was decoded so far instead.

Change-Id: Iff199a1b6a4c8e064e42a0dfe0704e0ae36a27fd
media/libmediaplayerservice/MediaPlayerService.cpp