ab2bb82ac9a2c0e327c5a8327e39ca96211be695

For consistency and as part of style, the return value of WebRtcVad_Init() has been changed to int. Impact: 1) audio_processing, audio_coding, a test in CNG, functionTest in audio_conference_mixer, a test in net_eq all used int values. Hence, unaffected. 2) Function pointers in net_eq changed. 3) The VADInit in neteq/dsp.c boiled down to typecast into int anyhow, which now is removed. TEST=vad_unittests, neteq_unittests Review URL: https://webrtc-codereview.appspot.com/355003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1453 4adac7df-926f-26a2-2b94-8c16560cd09d
Adding libsrtp in libjingle.gyp and changing DEPS to retrieve libsrtp code from chromium repository.
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%