| Index: webrtc/modules/video_coding/frame_object.h
|
| diff --git a/webrtc/modules/video_coding/frame_object.h b/webrtc/modules/video_coding/frame_object.h
|
| index 5b299e673c3c903bfd27c1079a261c2b3a4b4ed9..a63ae996b8dff1331500954110a6f7dd9b3ea121 100644
|
| --- a/webrtc/modules/video_coding/frame_object.h
|
| +++ b/webrtc/modules/video_coding/frame_object.h
|
| @@ -75,7 +75,7 @@ class RtpFrameObject : public FrameObject {
|
| RTPVideoTypeHeader* GetCodecHeader() const;
|
|
|
| private:
|
| - PacketBuffer* packet_buffer_;
|
| + rtc::scoped_refptr<PacketBuffer> packet_buffer_;
|
| enum FrameType frame_type_;
|
| VideoCodecType codec_type_;
|
| uint16_t first_seq_num_;
|
|
|