OSDN Git Service

Do not change the number of bytes while converting 8-bit samples to 16-bit,
authorGloria Wang <gwang@google.com>
Fri, 22 Jul 2011 21:42:28 +0000 (14:42 -0700)
committerGloria Wang <gwang@google.com>
Fri, 22 Jul 2011 21:42:28 +0000 (14:42 -0700)
commit0b3f21761eae9b7d230ddd9b4be76ef02d4cec15
treecd768728447d3f07c519f8854a0d82d7b5b833b6
parent60c93010e8f96a179574ec66c00ec47a675319e3
Do not change the number of bytes while converting 8-bit samples to 16-bit,
because this number will be used later to calculate mCurrentPos.
Fix for bug 5063703.

Change-Id: I75a78ef694482aa426d82a6c5f3d2ce570a9c19e
media/libstagefright/WAVExtractor.cpp