Move the call to GetBitstream out of the RtpFrameObject ctor.
Bug: webrtc:10979 Change-Id: I9159eb04d4a371e8ed8f932a989d6b884faa7be7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153661 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29237}
This commit is contained in:
@ -23,6 +23,7 @@ class PacketBuffer;
|
||||
|
||||
class RtpFrameObject : public EncodedFrame {
|
||||
public:
|
||||
// TODO(philipel): Update the ctor to take an EncodedImageBuffer.
|
||||
RtpFrameObject(PacketBuffer* packet_buffer,
|
||||
uint16_t first_seq_num,
|
||||
uint16_t last_seq_num,
|
||||
|
||||
Reference in New Issue
Block a user