| Index: webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| diff --git a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| index 79cf6c3d7ff9f9d1dce29294e8894bced4f1aa06..c0b4d69bc2f2ddf68befac2fc08ad3eedf611bbe 100644
|
| --- a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| +++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| @@ -91,11 +91,6 @@ public interface VideoCapturer {
|
| }
|
|
|
| /**
|
| - * Returns a list with all the formats this VideoCapturer supports.
|
| - */
|
| - List<CameraEnumerationAndroid.CaptureFormat> getSupportedFormats();
|
| -
|
| - /**
|
| * This function is used to initialize the camera thread, the android application context, and the
|
| * capture observer. It will be called only once and before any startCapture() request. The
|
| * camera thread is guaranteed to be valid until dispose() is called. If the VideoCapturer wants
|
|
|