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

Unified Diff: webrtc/common_video/video_frame_buffer.cc

Issue 2914463002: Add separate base classes for I420 and I444 buffers (Closed)
Patch Set: Created 3 years, 7 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
Index: webrtc/common_video/video_frame_buffer.cc
diff --git a/webrtc/common_video/video_frame_buffer.cc b/webrtc/common_video/video_frame_buffer.cc
index 0322dd1fd506027d4529464871ffbc0dca3393d1..5f339a5f35e70559dd80a16c610e7df91601450c 100644
--- a/webrtc/common_video/video_frame_buffer.cc
+++ b/webrtc/common_video/video_frame_buffer.cc
@@ -96,10 +96,6 @@ WrappedI420Buffer::~WrappedI420Buffer() {
no_longer_used_cb_();
}
-VideoFrameBuffer::Type WrappedI420Buffer::type() const {
- return Type::kI420;
-}
-
int WrappedI420Buffer::width() const {
return width_;
}
« webrtc/api/video/video_frame_buffer.cc ('K') | « webrtc/common_video/include/video_frame_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698