commit | e468bc9e604213054e5fc73431ee127ebe0211a8 | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org> | Thu Dec 18 09:11:33 2014 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org> | Thu Dec 18 09:11:33 2014 +0000 |
tree | 0d92878786106ccb909c8c7ced45160f56621a21 | |
parent | cab12917457325ad8200bf23389ba6e80369f0f6 [diff] [blame] |
Rename _t struct types in audio_processing. _t names are reserved in POSIX. R=bjornv@webrtc.org BUG=162 Review URL: https://webrtc-codereview.appspot.com/34509005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7943 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/gain_control_impl.cc b/webrtc/modules/audio_processing/gain_control_impl.cc index 10870e4..af92b9c 100644 --- a/webrtc/modules/audio_processing/gain_control_impl.cc +++ b/webrtc/modules/audio_processing/gain_control_impl.cc
@@ -323,7 +323,7 @@ } int GainControlImpl::ConfigureHandle(void* handle) const { - WebRtcAgc_config_t config; + WebRtcAgcConfig config; // TODO(ajm): Flip the sign here (since AGC expects a positive value) if we // change the interface. //assert(target_level_dbfs_ <= 0);