diff options
author | Eric Laurent <elaurent@google.com> | 2012-02-13 12:27:27 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-13 12:27:27 -0800 |
commit | 1f5ce8b0941c9c6baadd40d151634145f6d5a35c (patch) | |
tree | a1e57ab3d0decb8e4748f89e8f7caeab4c5caf80 /media/libeffects | |
parent | 44deb053252a3bd2f57a007ab9560f4924f62394 (diff) | |
parent | 94fef38613962c983c46ab0b97c58f5373412d2d (diff) | |
download | frameworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.zip frameworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.tar.gz frameworks_av-1f5ce8b0941c9c6baadd40d151634145f6d5a35c.tar.bz2 |
Merge "Fix audio preprocessing library wrapper"
Diffstat (limited to 'media/libeffects')
-rwxr-xr-x | media/libeffects/preprocessing/PreProcessing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libeffects/preprocessing/PreProcessing.cpp b/media/libeffects/preprocessing/PreProcessing.cpp index 4d94a75..098a1a2 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: |