This is a fix for coverity issues: 10446, 10445, 10444, 10443. Although the cl is rather big, there aren't many code changes: * Instead of an implicit vtable pointer, there is now an explicit |_data| member to access the shared data. * We don't access the member variables of SharedData directly. There are accessors instead. * SharedData setters that set values that must be freed, automatically free the previous value and 'addref' if required the new one. * Lots and lots of 'rewrapping' due to search/replace after the above changes. BUG=10446, 10445, 10444, 10443 TEST=Run all tests for VoE. Review URL: https://webrtc-codereview.appspot.com/472009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1987 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%