| Index: talk/app/webrtc/androidvideocapturer.cc
|
| diff --git a/talk/app/webrtc/androidvideocapturer.cc b/talk/app/webrtc/androidvideocapturer.cc
|
| index cc7821760c9edaeb4a35d95811e2b143c88a391c..747dd43c5eac527f29160819ca5141a254ac6a72 100644
|
| --- a/talk/app/webrtc/androidvideocapturer.cc
|
| +++ b/talk/app/webrtc/androidvideocapturer.cc
|
| @@ -129,6 +129,8 @@ AndroidVideoCapturer::AndroidVideoCapturer(
|
| formats.push_back(format);
|
| }
|
| SetSupportedFormats(formats);
|
| + // Do not apply frame rotation by default.
|
| + SetApplyRotation(false);
|
| }
|
|
|
| AndroidVideoCapturer::~AndroidVideoCapturer() {
|
|
|