commit | 7a91acb94ad78250452c7bc8e5090de425241a29 | [log] [tgz] |
---|---|---|
author | magjed@webrtc.org <magjed@webrtc.org> | Tue Feb 17 14:56:39 2015 |
committer | magjed@webrtc.org <magjed@webrtc.org> | Tue Feb 17 14:57:22 2015 |
tree | fc34f9bc243fcf667e1ef459113f8326aff0a260 | |
parent | 1a38a511196c0aba224467d9714d9b4504cc0538 [diff] |
ViECapturer: Remove unimplemented function declaration |DeliverCodedFrame| The end goal except cleanup is to remove webrtc::VideoFrame. R=mflodman@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35129004 Cr-Commit-Position: refs/heads/master@{#8392} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8392 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/video_engine/vie_capturer.h b/webrtc/video_engine/vie_capturer.h index 35f2278..00e2f36 100644 --- a/webrtc/video_engine/vie_capturer.h +++ b/webrtc/video_engine/vie_capturer.h
@@ -146,7 +146,6 @@ bool ViECaptureProcess(); void DeliverI420Frame(I420VideoFrame* video_frame); - void DeliverCodedFrame(VideoFrame* video_frame); private: bool SwapCapturedAndDeliverFrameIfAvailable();