commit | 94fef38613962c983c46ab0b97c58f5373412d2d | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Mon Feb 06 14:28:54 2012 -0800 |
committer | Eric Laurent <elaurent@google.com> | Mon Feb 06 14:51:57 2012 -0800 |
tree | 20240a26a14b49d0863eb80da2645eb62265abb8 | |
parent | f9289a4ca88d8f72cb0d6b3ca16fbc44ef4a2aeb [diff] [blame] |
Fix audio preprocessing library wrapper Fixed bug in EFFECT_CMD_GET_CONFIG command handler in webRTC audio processing library wrapper. Change-Id: I1d2cefa00930e549607af8dc2cf27555da8d313f
diff --git a/media/libeffects/preprocessing/PreProcessing.cpp b/media/libeffects/preprocessing/PreProcessing.cpp index 9fd6764..f57179d 100755 --- a/media/libeffects/preprocessing/PreProcessing.cpp +++ b/media/libeffects/preprocessing/PreProcessing.cpp
@@ -1298,7 +1298,7 @@ return -EINVAL; } - Session_GetConfig(effect->session, (effect_config_t *)pCmdData); + Session_GetConfig(effect->session, (effect_config_t *)pReplyData); break; case EFFECT_CMD_SET_CONFIG_REVERSE: