Set |_encodedWidth| and |_encodedHeight| in RtpFrameObject.

BUG=chromium:678080

Review-Url: https://codereview.webrtc.org/2622053003
Cr-Commit-Position: refs/heads/master@{#16029}
This commit is contained in:
philipel
2017-01-12 03:26:04 -08:00
committed by Commit bot
parent 7d02b7ad52
commit 59e99b76da

View File

@ -63,6 +63,8 @@ RtpFrameObject::RtpFrameObject(PacketBuffer* packet_buffer,
_length = frame_size;
_frameType = first_packet->frameType;
GetBitstream(_buffer);
_encodedWidth = first_packet->width;
_encodedHeight = first_packet->height;
// FrameObject members
timestamp = first_packet->timestamp;