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