Index: talk/app/webrtc/androidvideocapturer.cc |
diff --git a/talk/app/webrtc/androidvideocapturer.cc b/talk/app/webrtc/androidvideocapturer.cc |
index e2270228227750027ab5e59e3438a63af786c795..a4e0a9f500766e984f4dfd9115287c5018ce9770 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() { |