Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
index 7667c46f06c550d07fdc77699e3310abe5a7ad50..9f6d80ae0a6c0ccab2cea17323cd03912ebd5271 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
@@ -94,8 +94,8 @@ int32_t RTPReceiverVideo::ParseRtpPacket(WebRtcRTPHeader* rtp_header, |
// Retrieve the video rotation information. |
if (rtp_header->header.extension.hasVideoRotation) { |
- rtp_header->type.Video.rotation = ConvertCVOByteToVideoRotation( |
- rtp_header->header.extension.videoRotation); |
+ rtp_header->type.Video.rotation = |
+ rtp_header->header.extension.videoRotation; |
} |
rtp_header->type.Video.playout_delay = |