| Index: webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java
|
| diff --git a/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java
|
| index 4681c07a7ffb28e96e2f47960552a2bc0cb7eb0d..8f4fce7fe3137d406465e9ff2aa62496a45ca51a 100644
|
| --- a/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java
|
| +++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java
|
| @@ -204,11 +204,6 @@ public class VideoCapturerAndroid implements
|
| }
|
| }
|
|
|
| - @Override
|
| - public List<CaptureFormat> getSupportedFormats() {
|
| - return Camera1Enumerator.getSupportedFormats(getCurrentCameraId());
|
| - }
|
| -
|
| // Returns true if this VideoCapturer is setup to capture video frames to a SurfaceTexture.
|
| public boolean isCapturingToTexture() {
|
| return isCapturingToTexture;
|
|
|