Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: webrtc/video_frame.h

Issue 2380623002: Delete method webrtc::VideoFrame::allocated_size and enum PlaneType. (Closed)
Patch Set: Fix H264DecoderImpl. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/test/frame_generator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_frame.h
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index b99e60d62113e6b6dc7b369a1597129bca0a8d94..17dc49602705b2205a45f2775db44f8187116f92 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -100,13 +100,6 @@ class VideoFrame {
// to the constructor.
void ShallowCopy(const VideoFrame& videoFrame);
- // Get allocated size per plane.
-
- // TODO(nisse): Deprecated. Should be deleted in the cricket::VideoFrame and
- // webrtc::VideoFrame merge. When used with memset, consider using
- // libyuv::I420Rect instead.
- int allocated_size(PlaneType type) const;
-
// Get frame width.
int width() const;
« no previous file with comments | « webrtc/test/frame_generator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698