| Index: webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| diff --git a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| index d9793cf591f3103933624cd88e117f1fea9ca4c0..fbffbb80f41a6932f410818d16fc01fc1b088049 100644
|
| --- a/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| +++ b/webrtc/api/java/android/org/webrtc/VideoCapturerAndroid.java
|
| @@ -207,7 +207,7 @@ public class VideoCapturerAndroid implements
|
|
|
| @Override
|
| public List<CaptureFormat> getSupportedFormats() {
|
| - return CameraEnumerationAndroid.getSupportedFormats(getCurrentCameraId());
|
| + return CameraEnumerator.getSupportedFormats(getCurrentCameraId());
|
| }
|
|
|
| // Returns true if this VideoCapturer is setup to capture video frames to a SurfaceTexture.
|
|
|