commit | 26679d6d90aeb7114b6bcc86b26921768256e203 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Tue Apr 07 14:07:41 2015 +0200 |
committer | Magnus Jedvert <magjed@webrtc.org> | Tue Apr 07 12:07:46 2015 +0000 |
tree | 21c302e835be850a882ca8e811988ab968f34a3b | |
parent | 3211934ebf7cac3e6df2cb4aacb6e47cc1cffe2b [diff] |
ViEFrameCallback::DeliverFrame: Make I420VideoFrame const ref. This CL makes ViEFrameCallback::DeliverFrame const and removes the potential frame copy in ViEFrameProviderBase by moving it to ViEEncoder::DeliverFrame instead, for clients that use the FrameCallback functionality to modify the frame content. BUG=1128 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/43949004 Cr-Commit-Position: refs/heads/master@{#8934}