Index: webrtc/common_video/libyuv/webrtc_libyuv.cc |
diff --git a/webrtc/common_video/libyuv/webrtc_libyuv.cc b/webrtc/common_video/libyuv/webrtc_libyuv.cc |
index 73664097cf9cdb23564d31e6da94c9d4dc19a189..be6d277d2e234e1df9f38f19db934768312eb71b 100644 |
--- a/webrtc/common_video/libyuv/webrtc_libyuv.cc |
+++ b/webrtc/common_video/libyuv/webrtc_libyuv.cc |
@@ -367,6 +367,9 @@ void NV12Scale(std::vector<uint8_t>* tmp_buffer, |
dst_chroma_width, dst_chroma_height); |
} |
+NV12ToI420Scaler::NV12ToI420Scaler() {} |
+NV12ToI420Scaler::~NV12ToI420Scaler() {} |
kthelgason
2017/05/03 12:33:23
If these are going to have a default implementatio
magjed_webrtc
2017/05/03 14:04:54
Good point!
The reason I did this in this CL is be
|
+ |
void NV12ToI420Scaler::NV12ToI420Scale( |
const uint8_t* src_y, int src_stride_y, |
const uint8_t* src_uv, int src_stride_uv, |