beb9798ab4c334617e3023a9c2811e1e34b5a49f

The way SetExtraOptions() is used today only applies for any one configuration change. The correct way is to set it after all flags have been scanned. The prefered way to solve this is to use gflags and scan once, followed by applying the configuration when creating audio_processing. This is what is done in the new test tool audioproc_float.cc, but there are still some things left to do before we can replace this one. BUG=N/A TESTED=locally R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45279004 Cr-Commit-Position: refs/heads/master@{#9097}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%