Index: webrtc/video/video_send_stream_tests.cc |
diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc |
index 00aa2a901815cb4b0be6296e55e7ade6dae09364..56b0a1596d3d9be698372e425b7db5f6ecb34d86 100644 |
--- a/webrtc/video/video_send_stream_tests.cc |
+++ b/webrtc/video/video_send_stream_tests.cc |
@@ -1240,7 +1240,7 @@ VideoFrame CreateVideoFrame(int width, int height, uint8_t data) { |
memset(buffer.get(), data, kSizeY); |
VideoFrame frame; |
frame.CreateFrame(buffer.get(), buffer.get(), buffer.get(), width, height, |
- width, width / 2, width / 2); |
+ width, width / 2, width / 2, kVideoRotation_0); |
frame.set_timestamp(data); |
frame.set_render_time_ms(data); |
return frame; |