| Index: talk/app/webrtc/java/jni/androidvideocapturer_jni.cc
|
| diff --git a/talk/app/webrtc/java/jni/androidvideocapturer_jni.cc b/talk/app/webrtc/java/jni/androidvideocapturer_jni.cc
|
| index 93b169526cf2c9f8838827288219cacc95420915..3b5982fe7211fa9fda33361dc5d0dea8e6f387b3 100644
|
| --- a/talk/app/webrtc/java/jni/androidvideocapturer_jni.cc
|
| +++ b/talk/app/webrtc/java/jni/androidvideocapturer_jni.cc
|
| @@ -188,7 +188,8 @@ void AndroidVideoCapturerJni::OnOutputFormatRequest(int width,
|
|
|
| JNIEnv* AndroidVideoCapturerJni::jni() { return AttachCurrentThreadIfNeeded(); }
|
|
|
| -JOW(void, VideoCapturerAndroid_00024NativeObserver_nativeOnFrameCaptured)
|
| +JOW(void,
|
| + VideoCapturerAndroid_00024NativeObserver_nativeOnByteBufferFrameCaptured)
|
| (JNIEnv* jni, jclass, jlong j_capturer, jbyteArray j_frame, jint length,
|
| jint width, jint height, jint rotation, jlong ts) {
|
| jboolean is_copy = true;
|
|
|