| Index: talk/app/webrtc/androidvideocapturer.h
|
| diff --git a/talk/app/webrtc/androidvideocapturer.h b/talk/app/webrtc/androidvideocapturer.h
|
| index 78594f8c2373b279ba5bf8779a6cf534cf320e02..ad45004eeb79b4b8a4385ce08768c4a3321e5be0 100644
|
| --- a/talk/app/webrtc/androidvideocapturer.h
|
| +++ b/talk/app/webrtc/androidvideocapturer.h
|
| @@ -76,6 +76,10 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
|
|
|
| AndroidVideoCapturerDelegate* delegate() { return delegate_.get(); }
|
|
|
| + // cricket::VideoCapturer implementation.
|
| + bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
| + cricket::VideoFormat* best_format) override;
|
| +
|
| private:
|
| // cricket::VideoCapturer implementation.
|
| // Video frames will be delivered using
|
|
|