commit | 2a77e83cc628284016897757a104ae30033ea97e | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Wed Dec 08 19:31:45 2021 -0500 |
committer | Atneya Nair <atneya@google.com> | Thu Dec 09 16:00:34 2021 +0000 |
tree | 34ce1f96b015b722d9acd0a7128b05720cbd73de | |
parent | a16898d66cf97e46bdf8ff86395add1d09b066b7 [diff] [blame] |
Update property array to include AGC2 Bug: 209850158 Test: Compiles Change-Id: I4e9f91d3a15d18b5865101f7056260b48e042303
diff --git a/media/libeffects/preprocessing/PreProcessing.cpp b/media/libeffects/preprocessing/PreProcessing.cpp index 19a8b2f..61a2bf5 100644 --- a/media/libeffects/preprocessing/PreProcessing.cpp +++ b/media/libeffects/preprocessing/PreProcessing.cpp
@@ -150,6 +150,7 @@ bool sHasAuxChannels[PREPROC_NUM_EFFECTS] = { false, // PREPROC_AGC + false, // PREPROC_AGC2 true, // PREPROC_AEC true, // PREPROC_NS };