OSDN Git Service

Fix a typo that caused the high quality resampler to produce garbage
authorMathias Agopian <mathias@google.com>
Sun, 21 Oct 2012 10:04:05 +0000 (03:04 -0700)
committerMathias Agopian <mathias@google.com>
Sun, 21 Oct 2012 10:04:05 +0000 (03:04 -0700)
commit61ea117b03b53382b5ecbc33004c7d37ea70ea8b
tree5ad35048b02f3653408890bf0f279c05acf41426
parentc3ed4a1c3ea71681c71de48c206a899e702864bd
Fix a typo that caused the high quality resampler to produce garbage

the problem is that if libaudio_resampler is present, it is those
coefficients that will always be selected, but the correct
meta-data.

Bug: 7385994
Change-Id: Ieebeb37b4dfb62a1a051bc29fae2ce056dbc6621
services/audioflinger/AudioResamplerSinc.cpp