commit | c232096eba8aa96b7dcbf52a1e956713c07e9972 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Fri Aug 21 11:40:30 2015 +0200 |
committer | Magnus Jedvert <magjed@webrtc.org> | Fri Aug 21 09:40:42 2015 +0000 |
tree | 74278234f15bee789710dc18762f3bc6a4dada6c | |
parent | 9d15c66830143e391e605ba9b6350617d047c12b [diff] |
Remove cricket::VideoProcessor and AddVideoProcessor() functionality This functionality is not used internally in WebRTC. Also, it's not safe, because the frame is supposed to be read-only, and it will likely not work for texture frames. R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1296113002 . Cr-Commit-Position: refs/heads/master@{#9753}