| Index: talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| diff --git a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| index 9a356d8c62fb16d92bb0ccc36c11da673620aec3..cd3dd9af6454e98276d6957dce4422b35e988a64 100644
|
| --- a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| +++ b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h
|
| @@ -61,14 +61,14 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate {
|
| int width,
|
| int height,
|
| int rotation,
|
| - int64 time_stamp);
|
| + int64_t time_stamp);
|
| void OnOutputFormatRequest(int width, int height, int fps);
|
|
|
| protected:
|
| ~AndroidVideoCapturerJni();
|
|
|
| private:
|
| - void ReturnBuffer(int64 time_stamp);
|
| + void ReturnBuffer(int64_t time_stamp);
|
| JNIEnv* jni();
|
|
|
| // Helper function to make safe asynchronous calls to |capturer_|. The calls
|
|
|