Index: webrtc/media/base/videoframefactory.h |
diff --git a/webrtc/media/base/videoframefactory.h b/webrtc/media/base/videoframefactory.h |
index 6aa2ce51733b0c01ea8d5187ace63865a2d32571..41e9e09499795645b333b57cdeee7b28e02e0cbe 100644 |
--- a/webrtc/media/base/videoframefactory.h |
+++ b/webrtc/media/base/videoframefactory.h |
@@ -24,7 +24,7 @@ |
// depending on the subclass of VideoFrameFactory. |
class VideoFrameFactory { |
public: |
- VideoFrameFactory() : apply_rotation_(false) {} |
+ VideoFrameFactory() : apply_rotation_(true) {} |
virtual ~VideoFrameFactory() {} |
// The returned frame aliases the aliased_frame if the input color |