Removed unused _rotation_set variable from EncodedFrame.

Bug: none
Change-Id: I398417541fb66e58b0ad90c4b17c5d36eb61a004
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/154520
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29316}
This commit is contained in:
philipel
2019-09-26 10:59:41 +02:00
committed by Commit Bot
parent 741bab0f6c
commit 5dacece70c
4 changed files with 1 additions and 12 deletions

View File

@ -79,7 +79,6 @@ RtpFrameObject::RtpFrameObject(
// (HEVC)).
rotation_ = last_packet->video_header.rotation;
SetColorSpace(last_packet->video_header.color_space);
_rotation_set = true;
content_type_ = last_packet->video_header.content_type;
if (last_packet->video_header.video_timing.flags !=
VideoSendTiming::kInvalid) {
@ -161,7 +160,6 @@ RtpFrameObject::RtpFrameObject(
rotation_ = rotation;
SetColorSpace(color_space);
_rotation_set = true;
content_type_ = content_type;
if (timing.flags != VideoSendTiming::kInvalid) {
// ntp_time_ms_ may be -1 if not estimated yet. This is not a problem,