RenderFrame should not modify the I420VideoFrame (and we don't). This CL changes the declaration of RenderFrame from: int32_t RenderFrame(const uint32_t streamId, I420VideoFrame& videoFrame) to: int32_t RenderFrame(const uint32_t streamId, const I420VideoFrame& videoFrame) BUG=1128 R=mflodman@webrtc.org, perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46689005 Cr-Commit-Position: refs/heads/master@{#8902}
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%