am 39a31135: Revert input buffer count for the SoftAAC* decoders back to 4.
* commit '39a3113539f9bcc86a8efe562780c23ac8731098':
Revert input buffer count for the SoftAAC* decoders back to 4.
diff --git a/media/libstagefright/codecs/aacdec/SoftAAC.h b/media/libstagefright/codecs/aacdec/SoftAAC.h
index c0789ab..2e75005 100644
--- a/media/libstagefright/codecs/aacdec/SoftAAC.h
+++ b/media/libstagefright/codecs/aacdec/SoftAAC.h
@@ -45,7 +45,7 @@
private:
enum {
- kNumInputBuffers = 32,
+ kNumInputBuffers = 4,
kNumOutputBuffers = 4,
};
diff --git a/media/libstagefright/codecs/aacdec/SoftAAC2.h b/media/libstagefright/codecs/aacdec/SoftAAC2.h
index ac379f4..0353196 100644
--- a/media/libstagefright/codecs/aacdec/SoftAAC2.h
+++ b/media/libstagefright/codecs/aacdec/SoftAAC2.h
@@ -44,7 +44,7 @@
private:
enum {
- kNumInputBuffers = 32,
+ kNumInputBuffers = 4,
kNumOutputBuffers = 4,
};