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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user