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:
@ -145,9 +145,7 @@ VCMFrameBufferEnum VCMFrameBuffer::InsertPacket(const VCMPacket& packet,
|
||||
// frame (I-frame or IDR frame in H.264 (AVC), or an IRAP picture in H.265
|
||||
// (HEVC)).
|
||||
if (packet.markerBit) {
|
||||
RTC_DCHECK(!_rotation_set);
|
||||
rotation_ = packet.video_header.rotation;
|
||||
_rotation_set = true;
|
||||
content_type_ = packet.video_header.content_type;
|
||||
if (packet.video_header.video_timing.flags != VideoSendTiming::kInvalid) {
|
||||
timing_.encode_start_ms =
|
||||
|
||||
Reference in New Issue
Block a user