| Index: webrtc/api/java/jni/androidvideocapturer_jni.h
|
| diff --git a/webrtc/api/java/jni/androidvideocapturer_jni.h b/webrtc/api/java/jni/androidvideocapturer_jni.h
|
| index 9b3bb4f65b484ee16d7e54cc2df644a8bbfaffa6..7fe6f826e2c9fb623394ee4933d00bb4b5750fb5 100644
|
| --- a/webrtc/api/java/jni/androidvideocapturer_jni.h
|
| +++ b/webrtc/api/java/jni/androidvideocapturer_jni.h
|
| @@ -40,7 +40,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate {
|
| webrtc::AndroidVideoCapturer* capturer) override;
|
| void Stop() override;
|
|
|
| - std::string GetSupportedFormats() override;
|
| + std::vector<cricket::VideoFormat> GetSupportedFormats() override;
|
|
|
| // Called from VideoCapturer::NativeObserver on a Java thread.
|
| void OnCapturerStarted(bool success);
|
|
|