| Index: webrtc/test/frame_generator.cc
|
| diff --git a/webrtc/test/frame_generator.cc b/webrtc/test/frame_generator.cc
|
| index 589dde4bad2e7bb05ab278fb8fe81f079381c43c..3287abab816ef82021668b802300d53d3acb75fd 100644
|
| --- a/webrtc/test/frame_generator.cc
|
| +++ b/webrtc/test/frame_generator.cc
|
| @@ -217,7 +217,8 @@ class ScrollingImageFrameGenerator : public FrameGenerator {
|
| kTargetWidth, kTargetHeight,
|
| current_source_frame_->stride(PlaneType::kYPlane),
|
| current_source_frame_->stride(PlaneType::kUPlane),
|
| - current_source_frame_->stride(PlaneType::kVPlane));
|
| + current_source_frame_->stride(PlaneType::kVPlane),
|
| + kVideoRotation_0);
|
| }
|
|
|
| Clock* const clock_;
|
|
|