| Index: webrtc/api/android/jni/androidvideocapturer_jni.cc
|
| diff --git a/webrtc/api/android/jni/androidvideocapturer_jni.cc b/webrtc/api/android/jni/androidvideocapturer_jni.cc
|
| index d31ce26aabf7126f20ba39ede7fb34c8bafffb32..53b6090917f6b008d233b4f5c42633e8fe8e7a18 100644
|
| --- a/webrtc/api/android/jni/androidvideocapturer_jni.cc
|
| +++ b/webrtc/api/android/jni/androidvideocapturer_jni.cc
|
| @@ -207,7 +207,7 @@ void AndroidVideoCapturerJni::OnMemoryBufferFrame(void* video_frame,
|
| std::swap(rotated_width, rotated_height);
|
| }
|
|
|
| - rtc::scoped_refptr<webrtc::VideoFrameBuffer> buffer =
|
| + rtc::scoped_refptr<webrtc::I420Buffer> buffer =
|
| pre_scale_pool_.CreateBuffer(rotated_width, rotated_height);
|
|
|
| const uint8_t* y_plane = static_cast<const uint8_t*>(video_frame);
|
|
|