summaryrefslogtreecommitdiffstats
path: root/media/libeffects/preprocessing
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-02-06 14:28:54 -0800
committerEric Laurent <elaurent@google.com>2012-02-06 14:51:57 -0800
commit94fef38613962c983c46ab0b97c58f5373412d2d (patch)
tree20240a26a14b49d0863eb80da2645eb62265abb8 /media/libeffects/preprocessing
parentf9289a4ca88d8f72cb0d6b3ca16fbc44ef4a2aeb (diff)
downloadframeworks_av-94fef38613962c983c46ab0b97c58f5373412d2d.zip
frameworks_av-94fef38613962c983c46ab0b97c58f5373412d2d.tar.gz
frameworks_av-94fef38613962c983c46ab0b97c58f5373412d2d.tar.bz2
Fix audio preprocessing library wrapper
Fixed bug in EFFECT_CMD_GET_CONFIG command handler in webRTC audio processing library wrapper. Change-Id: I1d2cefa00930e549607af8dc2cf27555da8d313f
Diffstat (limited to 'media/libeffects/preprocessing')
-rwxr-xr-xmedia/libeffects/preprocessing/PreProcessing.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ int PreProcessingFx_Command(effect_handle_t self,
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: